blob: 31a398b46e76a257511f8356f031f0ea8f0dd1e0 (
plain)
1
2
3
4
5
6
7
|
[fetch-sw.https.html]
expected:
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT, CRASH]
if (os == "win") and not debug: [OK, TIMEOUT]
[Second fetch returns same response]
expected:
if (os == "win") and not swgl: [PASS, TIMEOUT]
|