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