Bug 48681 - fast/dom/HTMLMeterElement/meter-boundary-values.html fails on Windows
Summary: fast/dom/HTMLMeterElement/meter-boundary-values.html fails on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/Windo...
Keywords: LayoutTestFailure, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-10-29 14:37 PDT by Adam Roben (:aroben)
Modified: 2010-10-29 15:29 PDT (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 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>