Bug 94666 - [Chromium] REGRESSION(r125659) Meter element’s shadow DOM got an extra DIV, causing layout test failures
Summary: [Chromium] REGRESSION(r125659) Meter element’s shadow DOM got an extra DIV, c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 20:08 PDT by Dominic Cooney
Modified: 2012-08-23 21:50 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Cooney 2012-08-21 20:08:47 PDT
The image results of this test are already flaky as noted in bug 93799.

There is an extra DIV causing TEXT failures in

fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html
fast/dom/HTMLMeterElement/meter-styles.html

perhaps only on Mac. See eg <http://build.webkit.org/results/Chromium%20Mac%20Release%20(Tests)/r126251%20(22373)/results.html>.

Flakiness dashboard fingers revision range containing r125659; it looks like a likely candidate: <http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fast%2Fdom%2FHTMLMeterElement%2Fmeter-element-repaint-on-update-value.html>
Comment 1 Shinya Kawanaka 2012-08-21 20:28:03 PDT
Needs rebaseline.
Comment 2 Dominic Cooney 2012-08-23 21:50:00 PDT
Rebaselined in r126538.