diff options
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html.ini')
-rw-r--r-- | testing/web-platform/meta/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html.ini b/testing/web-platform/meta/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html.ini new file mode 100644 index 0000000000..f716fdff54 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/generic/inheritance/iframe-inheritance-about-blank.html.ini @@ -0,0 +1,9 @@ +[iframe-inheritance-about-blank.html] + [The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy] + expected: FAIL + + [The fetch() API in an about:blank iframe with the 'client' referrer is fetched with no 'Referer' header] + expected: FAIL + + [The fetch() API in an about:blank iframe 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 |