mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Retain the referrer policy when loading an about:blank iframe. (#34432)
This allows the referrer policy to be inherited correctly by the iframe. Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
parent
096439b35e
commit
82bbff45b3
9 changed files with 4 additions and 41 deletions
|
@ -1,7 +1,3 @@
|
|||
[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 a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[iframe-inheritance-javascript-child.html]
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 2]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[iframe-inheritance-javascript.html]
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
|
||||
expected: FAIL
|
|
@ -1,7 +1,3 @@
|
|||
[popup-inheritance-about-blank.html]
|
||||
[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
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
[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 a custom URL referrer is fetched with a 'Referer` header that uses the outer document's URL along with its referrer policy]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[iframe-inheritance-javascript-child.html]
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 2]
|
||||
expected: FAIL
|
||||
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[iframe-inheritance-javascript.html]
|
||||
[Referrer Policy: iframes with javascript url reuse referrer policy 1]
|
||||
expected: FAIL
|
|
@ -1,7 +1,3 @@
|
|||
[popup-inheritance-about-blank.html]
|
||||
[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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue