Bug 1692513 - update some wpt test expectations for Android which got modified earlier. CLOSED TREE

This commit is contained in:
Sebastian Hengst 2021-02-15 20:49:10 +01:00
parent 6852f28961
commit 2511104e4e
4 changed files with 11 additions and 8 deletions

View File

@ -1,6 +1,5 @@
[textarea-scroll-selection.html]
[programatic focus() scrolls selection into view including ancestors]
expected:
if (os == "android") and debug and not webrender: FAIL
if (os == "android") and debug and webrender: ["PASS", "FAIL"]
if (os == "android") and debug: ["PASS", "FAIL"]

View File

@ -3,7 +3,6 @@
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") and not webrender: OK
TIMEOUT
[The value of document.referrer in an about:blank iframe is the outer document's full URL, regardless of referrer policy]
expected: FAIL
@ -16,7 +15,6 @@
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") and not webrender: 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]

View File

@ -1,5 +1,9 @@
[event-before-promise.html]
expected: [OK, ERROR]
expected:
if (os == "android"): TIMEOUT
[OK, ERROR]
[The 'change' event must fire before the [[orientationPendingPromise\]\] is resolved.]
expected: FAIL
expected:
if (os == "android"): TIMEOUT
FAIL

View File

@ -1,7 +1,9 @@
[lock-unlock-check.html]
expected:
if (processor == "x86") and not debug: ["ERROR", "OK"]
if (os == "android"): TIMEOUT
[OK, ERROR]
[Re-locking orientation during event dispatch must reject existing orientationPendingPromise]
expected: FAIL
expected:
if (os == "android"): TIMEOUT
FAIL