Bug 76507 - Need a reliable way to get a video to show up in a pixel test result
Summary: Need a reliable way to get a video to show up in a pixel test result
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-17 18:19 PST by Simon Fraser (smfr)
Modified: 2012-01-17 18:44 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2012-01-17 18:19:09 PST
We've been struggling to find a way to get a <video> into a pixel test result that works in Safari and Chrome.

* snapshotting on 'canplaythrough' doesn't how a video frame in Safari
* snapshotting on 'loadeddata' doesn't work in Safari
* playing, waiting for 'playing', then pausing and seeking to time 0 works in Safari, but not in Chromium.
* seeking and waiting for 'seeked' does work in Safari; Chromium throws some error about decoding; maybe it doesn't like seeking from 'canplaythrough' for a 1-sec video.
Comment 1 Simon Fraser (smfr) 2012-01-17 18:20:21 PST
doesn't how a video frame -> doesn't show a video frame
Comment 2 James Robinson 2012-01-17 18:44:15 PST
See also https://bugs.webkit.org/show_bug.cgi?id=76511 about the 3rd technique in particular in chromium.