[Webkit-unassigned] [Bug 54640] [Chromium] media/video-display-toggle.html fails (IMAGE) on all platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 11:27:41 PST 2011


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





--- Comment #1 from Anna Cavender <annacc at chromium.org>  2011-02-22 11:27:41 PST ---
This test assumes that when the "playing" event fires, the controls will change from the "play" glyph to the "pause" glyph.  This may or may not be the case as the drawing of the controls happens asynchronously.

I propose a change that acts on "canplaythrough" (when the video is loaded and ready) and then seeks to a frame (so that the pixel diff is guaranteed) after toggling the display.

Patch coming shortly.

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