blob: 02f0b305ba7e3de7bca8e136114472f8009edcf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[general.any.serviceworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[general.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[general.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|