[fetch-sw.https.html] expected: if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT, CRASH] if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] [Second fetch returns same response] expected: if (os == "win") and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT] if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT] if (os == "win") and not swgl and debug: [PASS, TIMEOUT]