diff options
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/generic/inheritance/popup-inheritance-about-blank.html.ini')
-rw-r--r-- | testing/web-platform/meta/referrer-policy/generic/inheritance/popup-inheritance-about-blank.html.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/generic/inheritance/popup-inheritance-about-blank.html.ini b/testing/web-platform/meta/referrer-policy/generic/inheritance/popup-inheritance-about-blank.html.ini new file mode 100644 index 0000000000..84bea50e76 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/generic/inheritance/popup-inheritance-about-blank.html.ini @@ -0,0 +1,11 @@ +[popup-inheritance-about-blank.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [The fetch() API in an about:blank popup with the 'client' referrer is fetched with no 'Referer' header] + expected: FAIL + + [The fetch() API in an about:blank popup with a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy] + expected: FAIL + + [The value of document.referrer in an about:blank popup is the outer document's full URL, regardless of referrer policy] + expected: FAIL |