[cross-origin-status.https.html]
expected:
if (os == "win") and not debug: [ERROR, TIMEOUT]
[Cross-origin same-site status header should work from fetch()]
expected: [PASS, FAIL]
[Cross-origin status header should be ignored from fetch()]
expected:
if (os == "win") and not debug: [PASS, NOTRUN]
[Status header should be ignored from cross-site iframe]
expected:
if not debug and (os == "win"): [PASS, NOTRUN]
[Status header should be ignored from cross-site iframe that contains a subresource with the header]
expected:
if (os == "win") and not debug: [NOTRUN, PASS]
[Status header should be ignored from a fenced frame, even if it is same-origin]
expected:
if (os == "win") and ccov: [PASS, NOTRUN]
if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
[Status header should be ignored from cross-site iframe]
expected:
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]