Source code

Revision control

Copy as Markdown

Other Tools

[modulepreload-referrerpolicy.html]
[Modulepreload with unsafe-url policy should send full referrer]
expected:
if (os == "linux") and not fission and debug: PASS
if (os == "android") and debug and sessionHistoryInParent: PASS
if (os == "win") and (processor == "x86_64"): PASS
if (os == "linux") and fission: PASS
[PASS, FAIL]
[Modulepreload with strict-origin policy should send origin-only referrer]
expected:
if (os == "linux") and not debug and fission and not tsan: [PASS, FAIL]
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL]
if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[Modulepreload with same-origin policy should send full referrer for same-origin requests]
expected:
if (os == "linux") and fission and asan: [PASS, FAIL]
if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os == "linux") and not fission: [PASS, FAIL]
[Modulepreload with strict-origin-when-cross-origin policy should send full referrer for same-origin requests]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "linux") and debug and fission: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[Modulepreload with no-referrer policy should not send referrer]
expected:
if not sessionHistoryInParent and not debug: [PASS, FAIL]
[Modulepreload with origin policy should send origin-only referrer]
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]