blob: 2620741fca021c69b3e0a85dad1579cb35487169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[start.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[start.any.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[start.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[start.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|