Bug 56366

Summary: [GTK] media/audio-repaint.html times out again
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, jer.noble, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch eric.carlson: review+

Philippe Normand
Reported 2011-03-15 01:41:32 PDT
This time because the seek can be performed while the audio element ready state is HAVE_NOTHING, which throws an INVALID_STATE_ERR exception... The test should wait the elements are playing before attempting the seek...
Attachments
proposed patch (3.36 KB, patch)
2011-03-15 01:57 PDT, Philippe Normand
eric.carlson: review+
Philippe Normand
Comment 1 2011-03-15 01:57:52 PDT
Created attachment 85787 [details] proposed patch
Philippe Normand
Comment 2 2011-03-15 01:59:21 PDT
Thou shall not use setTimeout() in media tests. :P
Eric Carlson
Comment 3 2011-03-15 07:36:13 PDT
(In reply to comment #2) > Thou shall not use setTimeout() in media tests. :P Amen!
Philippe Normand
Comment 4 2011-03-16 02:00:53 PDT
Note You need to log in before you can comment on or make changes to this bug.