blob: 2a908b0f1be3eafbe30609442c1304d0ee91fb8b (
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
|
[videoFrame-serialization.crossAgentCluster.https.html]
prefs: [dom.media.webcodecs.enabled:true]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Verify frames is unavailable in serviceworker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames cannot be transferred accross the different agent clusters]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames can be transferred within the same agent clusters]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames can be transferred back and forth between main and worker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames is unavailable in sharedworker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames cannot be transferred to a sharedworker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames cannot be transferred to serviceworker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
[Verify frames cannot be passed to serviceworker]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|