blob: 4a350656612e2d476e7d2803bb7b2eb2d124b445 (
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
25
26
27
28
29
30
31
32
33
34
35
|
[encodedVideoChunk-serialization.crossAgentCluster.https.html]
prefs: [dom.media.webcodecs.enabled:true]
expected:
if (os == "android") and not debug: [OK, ERROR]
[Verify chunks is unavailable in sharedworker]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Verify chunks cannot be passed to sharedworker]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[Verify chunks cannot be passed to serviceworker]
expected:
if (os == "android") and not debug: [PASS, TIMEOUT]
[Verify chunks is unavailable in serviceworker]
expected:
if (os == "android") and not debug: [PASS, NOTRUN]
[Verify chunks can be passed back and forth between main and worker]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[Verify chunks can be passed back and forth between main and data-url worker]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[Verify chunks can be passed within the same agent clusters]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[Verify chunks cannot be passed accross the different agent clusters]
expected:
if (os == "android") and not debug: [PASS, FAIL]
|