[Webkit-unassigned] [Bug 79760] [GTK] media/video-poster-blocked-by-willsendrequest.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 00:47:27 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79760





--- Comment #1 from Philippe Normand <pnormand at igalia.com>  2012-02-28 00:47:27 PST ---
(In reply to comment #0)
> I think it's because it calls layoutTestController.setWillSendRequestReturnsNull(true) and doesn't reset this setting before bailing out.

Ah well I'm not sure. It seems the poster data retrieval is not blocked for the first test run but for the second pass it works.

Here's the diff, for the record:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-poster-blocked-by-willsendrequest-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/video-poster-blocked-by-willsendrequest-actual.txt 
@@ -7,7 +7,7 @@
 EXPECTED (video.clientHeight == '150') OK

 Test after setting poster
-EXPECTED (video.clientWidth == '300') OK
-EXPECTED (video.clientHeight == '150') OK
+EXPECTED (video.clientWidth == '300'), OBSERVED '76' FAIL
+EXPECTED (video.clientHeight == '150'), OBSERVED '103' FAIL
 END OF TEST

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list