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