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