diff options
Diffstat (limited to 'testing/web-platform/meta/speculation-rules/prefetch/referrer-policy.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/speculation-rules/prefetch/referrer-policy.https.html.ini | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/testing/web-platform/meta/speculation-rules/prefetch/referrer-policy.https.html.ini b/testing/web-platform/meta/speculation-rules/prefetch/referrer-policy.https.html.ini new file mode 100644 index 0000000000..2aff945445 --- /dev/null +++ b/testing/web-platform/meta/speculation-rules/prefetch/referrer-policy.https.html.ini @@ -0,0 +1,46 @@ +[referrer-policy.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "strict-origin-when-cross-origin" referrer policy] + expected: FAIL + + [with "strict-origin" referrer policy] + expected: FAIL + + [with "no-referrer" referrer policy] + expected: FAIL + + +[referrer-policy.https.html?2-2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "strict-origin" referrer policy] + expected: FAIL + + +[referrer-policy.https.html?1-1] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "strict-origin-when-cross-origin" referrer policy] + expected: FAIL + + +[referrer-policy.https.html?3-last] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "no-referrer" referrer policy] + expected: FAIL + + +[referrer-policy.https.html?3-3] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "no-referrer" referrer policy] + expected: FAIL + + +[referrer-policy.https.html?4-last] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [with "strict-origin" link referrer policy overriding "no-referrer" of referring page] + expected: FAIL |