Bug 76900 - [chromium] check if Chromium properly supports recent changes to radio buttons
Summary: [chromium] check if Chromium properly supports recent changes to radio buttons
Status: RESOLVED DUPLICATE of bug 63057
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 03:48 PST by anton muhin
Modified: 2012-01-24 04:53 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anton muhin 2012-01-24 03:48:21 PST
http://trac.webkit.org/changeset/105710 introduced a new test LayoutTests/perf/adding-radio-buttons.html

WebKit expectations for it are:

Tests that adding a radio button to a radio button group is constant in the number of radio buttons.
PASS

But garden-o-matic generates for Win:


CONSOLE MESSAGE: line 33: Uncaught ReferenceError: Magnitude is not defined
layer at (0,0) size 800x600
  RenderView at (0,0) size 800x600
layer at (0,0) size 800x8
  RenderBlock {HTML} at (0,0) size 800x8
    RenderBody {BODY} at (8,8) size 784x0

So this test probably requires some care from the one who understands what goes on here.

For now just suppressing it.
Comment 1 anton muhin 2012-01-24 04:30:27 PST
Okay, Kent updated expectations himself: http://trac.webkit.org/changeset/105717

Reassigning this bug just to him.
Comment 2 Kent Tamura 2012-01-24 04:53:21 PST

*** This bug has been marked as a duplicate of bug 63057 ***