NEW 172527
fast/mediacapturefromelement/CanvasCaptureMediaStream-request-frame-events.html times out
https://bugs.webkit.org/show_bug.cgi?id=172527
Summary fast/mediacapturefromelement/CanvasCaptureMediaStream-request-frame-events.ht...
Chris Dumez
Reported 2017-05-23 15:26:32 PDT
fast/mediacapturefromelement/CanvasCaptureMediaStream-request-frame-events.html times out: FAIL: Timed out waiting for notifyDone to be called Exercises the requestFrame() call on captureStream(0). On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". PASS Got a stream from canvas. PASS stream.getVideoTracks().length is 1 PASS track.readyState is "live" PASS Plugged stream to video tag. PASS Video play callback succeeded. PASS Drawing to canvas. PASS Calling requestFrame().
Attachments
Chris Dumez
Comment 1 2017-05-23 15:28:38 PDT
*** Bug 169719 has been marked as a duplicate of this bug. ***
youenn fablet
Comment 2 2017-05-23 16:47:53 PDT
Test might be broken because of requestFrame only doing a frame when the next redrawing happens, which in this test never happens since the drawing in canvas is done just before the call. Current WebKit implementation is now basically taking requestFrame as some kind of manual timer. Would need to look at the spec again to check whether this is aligned with the spec or not.
Note You need to log in before you can comment on or make changes to this bug.