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