Bug 50394 - [GTK] media/fullscreen* failing on 64-bits Debug
Summary: [GTK] media/fullscreen* failing on 64-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 09:30 PST by Philippe Normand
Modified: 2010-12-08 08:50 PST (History)
0 users

See Also:


Attachments
proposed patch (3.14 KB, patch)
2010-12-08 05:18 PST, Philippe Normand
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2010-12-02 09:30:41 PST
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/media/media-fullscreen-inline-expected.txt	2010-12-02 09:07:21.621737209 -0800
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/media/media-fullscreen-inline-actual.txt	2010-12-02 09:07:21.621737209 -0800
@@ -17,6 +17,7 @@
 *** Creating <video> element with "content/silence.mpg" in the document, should NOT support fullscreen because it is an audio-only <video> element
 EVENT(loadstart)
 EVENT(durationchange)
+EVENT(durationchange)
 EVENT(canplaythrough)
 * event handler NOT triggered by a user gesture
 EXPECTED (mediaElement.webkitSupportsFullscreen == 'false') OK

Happens only on that bot.
Comment 1 Philippe Normand 2010-12-02 09:33:37 PST
Skipped as of r73141
Comment 2 Philippe Normand 2010-12-08 05:18:21 PST
Created attachment 75893 [details]
proposed patch
Comment 3 Gustavo Noronha (kov) 2010-12-08 08:38:58 PST
Comment on attachment 75893 [details]
proposed patch

Great investigation work =)
Comment 4 Philippe Normand 2010-12-08 08:50:35 PST
Thanks, landed in http://trac.webkit.org/changeset/73523 :)