Source code
Revision control
Copy as Markdown
Other Tools
[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": [PASS, TIMEOUT]