Bug 76900
Summary: | [chromium] check if Chromium properly supports recent changes to radio buttons | ||
---|---|---|---|
Product: | WebKit | Reporter: | anton muhin <antonm> |
Component: | New Bugs | Assignee: | Kent Tamura <tkent> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, dglazkov, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
anton muhin
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
anton muhin
Okay, Kent updated expectations himself: http://trac.webkit.org/changeset/105717
Reassigning this bug just to him.
Kent Tamura
*** This bug has been marked as a duplicate of bug 63057 ***