blob: 937c2e8d2f593c78d5dc078b420e915ab2e7889b (
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]
[fetch.any.serviceworker.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[fetch.any.sharedworker.html]
|