Source code
Revision control
Copy as Markdown
Other Tools
[refresh-cross-origin.sub.html]
expected:
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
[cross-origin meta refresh with referrer policy "no-referrer-when-downgrade" refreshes with full url as referrer]
# This is wontfix behavior.
expected: FAIL
[cross-origin header refresh with referrer policy "no-referrer-when-downgrade" refreshes with full url as referrer]
# This is wontfix behavior.
expected: FAIL
[cross-origin meta refresh with referrer policy "unsafe-url" refreshes with full url as referrer]
# This is wontfix behavior.
expected:
if (os == "mac") and debug: [FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL
[cross-origin header refresh with referrer policy "unsafe-url" refreshes with full url as referrer]
# This is wontfix behavior.
expected:
if (os == "mac") and debug: [FAIL, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [FAIL, TIMEOUT, NOTRUN]
FAIL
[cross-origin meta refresh with referrer policy "" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin header refresh with referrer policy "" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin header refresh with referrer policy "strict-origin-when-cross-origin" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin meta refresh with referrer policy "same-origin" refreshes with the empty string as referrer]
expected:
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[cross-origin meta refresh with referrer policy "strict-origin" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin header refresh with referrer policy "origin-when-cross-origin" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin header refresh with referrer policy "same-origin" refreshes with the empty string as referrer]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin meta refresh with referrer policy "strict-origin-when-cross-origin" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
[cross-origin header refresh with referrer policy "strict-origin" refreshes with origin as referrer]
expected:
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]