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