[Webkit-unassigned] [Bug 54910] media/video-replaces-poster.html fails on all platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 28 09:28:31 PST 2011


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





--- Comment #23 from Anna Cavender <annacc at chromium.org>  2011-02-28 09:28:31 PST ---
Seeking to time 0 will replace the poster with the first frame of the video, so this should still test the right thing.

But, I think you are right, seeking to time 1 should have the same effect as seeking to time 0.  I had just changed that because I was trying to figure out why some tests showed 00:00.24 in the image and some showed 00:02.03.  Pretty sure that is due to the pause() after 'autoplay' landing on different times for different platforms combined with the asynchronous response to "seeked" (or any other event) resulting in unpredictable pixel repainting.

Do we really have to play() or 'autoplay' the video for this 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