Source code
Revision control
Copy as Markdown
Other Tools
[cross-origin-status.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [ERROR, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [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 not debug and (os == "win"): [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 not debug: [NOTRUN, TIMEOUT]
[Status header should be ignored from cross-site iframe]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]