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