[intercept-cross-origin.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
if (os == "linux") and not debug and tsan: [OK, ERROR]
if (os == "mac") and not debug: [OK, ERROR]
if (os == "linux") and debug: [OK, CRASH]