[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:17:10 PST 2011


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83929|review?                     |review-
               Flag|                            |




--- Comment #22 from Eric Carlson <eric.carlson at apple.com>  2011-02-28 09:17:10 PST ---
(From update of attachment 83929)
View in context: https://bugs.webkit.org/attachment.cgi?id=83929&action=review

This change defeats the purpose of the test, to ensure that the poster image is replaced by a frame of video, because the poster is displayed until playback begins or a seek occurs (see https://bugs.webkit.org/show_bug.cgi?id=37591).

Seeking to some time and seeking back to time 0 may work, though I don't see why that would be different from seeking to 1 as the current test does.

> LayoutTests/media/video-replaces-poster.html:13
> -                video.pause();
> -                video.currentTime = 1;  // so the snapshot always has the same frame.
> +                video.currentTime = 0;  // so the snapshot always has the same frame.

Do you have a theory about why a snapshot at time 0 works better than a snapshot at 1 second?

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