blob: b023771158383770f81febdfe358454e5a296db7 (
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
|
[context.any.sharedworker-module.html]
[context.any.serviceworker-module.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[context.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[context.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[context.any.worker-module.html]
[context.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[context.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|