blob: c6d7a76389576fd537c2db46a91041d30edf1b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[request-video-frame-callback.html]
expected:
if (os == "win") and debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, CRASH]
[Test we can register a video.rVFC callback.]
expected: FAIL
[Test we can cancel a video.rVFC request.]
expected: FAIL
[Test invalid calls to the video.rVFC API.]
expected: FAIL
[Test video.rVFC callbacks run before window.rAF callbacks.]
expected: FAIL
[Test video.rVFC does not stop when switching sources.]
expected: FAIL
|