21 lines
802 B
INI
21 lines
802 B
INI
[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]
|