Bug 50389 - [GTK] media/video-volume.html fails on 32-bits debug
Summary: [GTK] media/video-volume.html fails on 32-bits debug
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 08:21 PST by Philippe Normand
Modified: 2012-04-03 03:28 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-12-02 08:21:14 PST
--- /home/slave/webkitgtk/gtk-linux-32-debug/build/layout-test-results/media/video-volume-expected.txt	2010-12-02 07:24:24.647654466 -0800
+++ /home/slave/webkitgtk/gtk-linux-32-debug/build/layout-test-results/media/video-volume-actual.txt	2010-12-02 07:24:24.647654466 -0800
@@ -9,7 +9,7 @@
 TEST(video.volume = -0.5) THROWS(DOMException.INDEX_SIZE_ERR) OK
 RUN(video.load())
 EVENT(canplaythrough)
-EXPECTED (video.volume == '0') OK
+EXPECTED (video.volume == '0'), OBSERVED '1' FAIL
 RUN(video.volume = 0.5)
 EXPECTED (video.volume == '0.5') OK
 TEST(video.volume = 1.5) THROWS(DOMException.INDEX_SIZE_ERR) OK

Will skip it for now.
Comment 1 Philippe Normand 2010-12-02 08:26:11 PST
Skipped as of r73136
Comment 2 Philippe Normand 2012-04-03 03:28:05 PDT
Committed r113007: <http://trac.webkit.org/changeset/113007>