Bug 1692513 - set iframe-inheritance-about-blank.html as intermittent on Android. DONTBUILD

Expectations got modified in latest web-platform-test synchronization.

Differential Revision: https://phabricator.services.mozilla.com/D105273
This commit is contained in:
Sebastian Hengst 2021-02-16 08:40:11 +00:00
parent a52e5fbe2f
commit ae517d5b6d

View File

@ -3,6 +3,7 @@
if (os == "win") and (processor == "x86") and not debug: ["TIMEOUT", "OK"]
if (os == "linux") and not debug and not webrender: ["TIMEOUT", "OK"]
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
if (os == "android"): ["OK", "TIMEOUT"]
TIMEOUT
[The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy]
expected: FAIL
@ -15,6 +16,7 @@
if (os == "win") and (processor == "x86") and not debug: ["NOTRUN", "PASS"]
if (os == "linux") and not debug and not webrender: ["NOTRUN", "PASS"]
if (os == "linux") and debug and not webrender: ["PASS", "NOTRUN"]
if (os == "android"): ["NOTRUN", "PASS"]
NOTRUN
[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]