blob: 2d88141bee91375584bcc6abde448582188ca13e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[video-decoder.crossOriginIsolated.https.any.html]
prefs: [dom.media.webcodecs.enabled:true]
expected:
if (os == "android") and debug: [OK, TIMEOUT]
[Test isConfigSupported() and configure() using a SharedArrayBuffer]
expected:
if os == "android": PRECONDITION_FAILED
[Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
expected:
if os == "android": PRECONDITION_FAILED
[video-decoder.crossOriginIsolated.https.any.worker.html]
prefs: [dom.media.webcodecs.enabled:true]
expected:
if (os == "android") and not swgl: [OK, TIMEOUT]
[Test isConfigSupported() and configure() using a SharedArrayBuffer]
expected:
if os == "android": PRECONDITION_FAILED
[Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)]
expected:
if os == "android": PRECONDITION_FAILED
|