blob: 7a60d84e49507865303f7eb0f7adb02101f260ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[fetch.any.html]
expected:
if (os == "android") and debug and not swgl: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (os == "android") and debug and not swgl: [PASS, TIMEOUT]
[fetch.any.worker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[fetch.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[fetch.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|