Bug 59934 - [GTK] Media tests relying on video-paint-test.js are still flaky
Summary: [GTK] Media tests relying on video-paint-test.js are still flaky
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: 2011-05-02 07:10 PDT by Philippe Normand
Modified: 2011-05-02 07:31 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (1.94 KB, patch)
2011-05-02 07:16 PDT, Philippe Normand
eric.carlson: 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 2011-05-02 07:10:07 PDT
I think it's because we dump the DRT before the media paused and seeked to 0. Example of diff, this shows the slider is not at 0 (I think):

--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/video-controls-rendering-expected.txt	2011-05-02 05:29:28.000000000 -0700
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/media/video-controls-rendering-actual.txt	2011-05-02 05:29:28.000000000 -0700
@@ -27,7 +27,7 @@
             RenderText {#text} at (0,0) size 55x12
               text run at (0,0) width 55: "00:00 / 00:06"
       RenderSlider {INPUT} at (66,0) size 153x20
-        RenderBlock {DIV} at (2,4) size 12x12
+        RenderBlock {DIV} at (11,4) size 12x12
     RenderButton {INPUT} at (240,220) size 20x20
     RenderButton {INPUT} at (260,220) size 20x20
     RenderButton {INPUT} at (280,220) size 20x20
Comment 1 Philippe Normand 2011-05-02 07:16:26 PDT
Created attachment 91922 [details]
proposed patch
Comment 2 Philippe Normand 2011-05-02 07:31:33 PDT
Committed r85475: <http://trac.webkit.org/changeset/85475>