Bug 172527
Summary: | fast/mediacapturefromelement/CanvasCaptureMediaStream-request-frame-events.html times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dino, ryanhaddad, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 172523 | ||
Bug Blocks: |
Chris Dumez
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
*** Bug 169719 has been marked as a duplicate of this bug. ***
youenn fablet
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.