Bug 1718470 - [wpt-sync] Update web-platform-tests to 9e11b662c7204cf561801314bec46ec...
[gecko.git] / testing / web-platform / meta / referrer-policy / generic / inheritance / iframe-inheritance-about-blank.html.ini
blob01b0c5adf986a5984b1eff92506f38eccf71af66
1 [iframe-inheritance-about-blank.html]
2 expected:
3 if (os == "win") and debug and webrender and not fission and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
4 if (os == "android") and webrender and debug and not swgl: [OK, TIMEOUT]
5 if (os == "win") and debug and not webrender: [OK, TIMEOUT]
6 if (os == "linux") and webrender and swgl: [OK, TIMEOUT]
7 if (os == "android") and not webrender: [OK, TIMEOUT]
8 if os == "mac": TIMEOUT
9 [TIMEOUT, OK]
10 [The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy]
11 expected: FAIL
13 [The fetch() API in an about:blank iframe with the 'client' referrer is fetched with no 'Referer' header]
14 expected: FAIL
16 [A subresource fetched from an about:blank iframe is fetched with no 'Referer' header]
17 expected:
18 if (os == "win") and debug and webrender and not fission and (processor == "x86_64") and not swgl: [PASS, NOTRUN]
19 if (os == "android") and webrender and debug and not swgl: [PASS, NOTRUN]
20 if (os == "linux") and webrender and swgl: [PASS, NOTRUN]
21 if (os == "win") and debug and not webrender: [PASS, NOTRUN]
22 if (os == "android") and not webrender: [PASS, NOTRUN]
23 if os == "mac": NOTRUN
24 [NOTRUN, PASS]
26 [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]
27 expected: FAIL