blob: 84bea50e7610858c9c53789b4ed41bc4e8a3dd30 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|