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