Source code
Revision control
Copy as Markdown
Other Tools
[videoFrame-construction.crossOriginSource.sub.html]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT, FAIL]
[Test creating a VideoFrame with a same-origin HTMLVideoElement]
expected:
if (os == "linux") and debug: [PASS, FAIL]
if os == "android": [PASS, FAIL]
[Test creating a VideoFrame with a cross-origin HTMLVideoElement]
expected:
if (os == "linux") and debug: [PASS, FAIL]
if os == "android": [PASS, FAIL]
[Test creating a VideoFrame with a CORS enabled cross-origin HTMLVideoElement without setting crossorigin]
expected:
if os == "android": [PASS, FAIL]
[Test creating a VideoFrame with a CORS enabled cross-origin HTMLVideoElement with crossorigin="anonymous"]
expected:
if os == "android": [PASS, FAIL]