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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 05:24:05 PDT 2012


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





--- Comment #1 from Christophe Dumez <christophe.dumez at intel.com>  2012-05-04 05:24:05 PST ---
This is related to the poster parameter of the video tag because the following removes flakyness:

diff --git a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html b/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
index 7f6983b..b64bcfd 100644
--- a/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
+++ b/LayoutTests/media/resources/video-with-poster-as-object-fallback.html
@@ -1,7 +1,7 @@
 <script src="../media-file.js"></script>
 <body onload="opener.childLoaded()">
 <object height="500" width="500">
-<video id="theVideo" controls="controls" poster="../content/abe.png" preload="auto">
+<video id="theVideo" controls="controls" preload="auto">
 </video>
 <script>
 document.getElementById("theVideo").src = findMediaFile('video', '../content/counting');

-- 
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