Source code
Revision control
Copy as Markdown
Other Tools
[modulepreload-referrerpolicy.html]
[Modulepreload with unsafe-url policy should send full referrer]
expected:
if sessionHistoryInParent and (os == "mac") and debug: [PASS, FAIL]
if not sessionHistoryInParent and not debug: [PASS, FAIL]
[Modulepreload with strict-origin policy should send origin-only referrer]
expected:
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 not fission and sessionHistoryInParent and debug and (os == "linux"): [PASS, FAIL]
if not fission and sessionHistoryInParent and not debug: [PASS, FAIL]