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