Bug 48681

Summary: fast/dom/HTMLMeterElement/meter-boundary-values.html fails on Windows
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, morrita, tkent
Priority: P2 Keywords: LayoutTestFailure, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://build.webkit.org/results/Windows%20Release%20(Tests)/r70916%20(5785)/fast/dom/HTMLMeterElement/meter-boundary-values-pretty-diff.html

Description Adam Roben (:aroben) 2010-10-29 14:37:14 PDT
fast/dom/HTMLMeterElement/meter-boundary-values.html fails on Windows. See the URL for the diff.
Comment 1 Adam Roben (:aroben) 2010-10-29 14:39:52 PDT
This test was added in r70856 [1]. At first it was failing on Windows because ENABLE(METER_TAG) was turned off. Then we turned it on in r70878 [2]. But now it's still failing because RenderThemeSafari and RenderThemeWin don't support the meter tag yet.

We should probably just check in new results for Windows.

1. http://trac.webkit.org/changeset/70856
2. http://trac.webkit.org/changeset/70878
Comment 2 Adam Roben (:aroben) 2010-10-29 15:29:19 PDT
Committed r70937: <http://trac.webkit.org/changeset/70937>