mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1886085 [wpt PR 45188] - Update wpt metadata, a=testonly
wpt-pr: 45188 wpt-type: metadata
This commit is contained in:
parent
9cff7b5d07
commit
67c5cb30a7
@ -1,2 +1,17 @@
|
||||
[activate-after.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64"): OK
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if (os == "linux") and not debug: TIMEOUT
|
||||
if os == "android": OK
|
||||
[OK, TIMEOUT]
|
||||
[fetchLater() sends out based on activateAfter.]
|
||||
expected:
|
||||
if (os == "win") and debug and (processor == "x86_64"): FAIL
|
||||
if (os == "win") and not debug: TIMEOUT
|
||||
if (os == "linux") and not debug: TIMEOUT
|
||||
if os == "android": FAIL
|
||||
[FAIL, TIMEOUT]
|
||||
|
||||
[fetchLater() sends out based on activateAfter, even if document is in BFCache.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,10 @@
|
||||
[iframe.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[A blank iframe can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin iframe can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin iframe can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,67 @@
|
||||
[new-window.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target='_blank'\][features='0'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target='_blank'\][features='0'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target='_blank'\][features='0'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target='_blank'\][features='1'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target='_blank'\][features='1'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target='_blank'\][features='1'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A same-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||
expected:
|
||||
if (os == "linux") and not debug: [FAIL, TIMEOUT]
|
||||
FAIL
|
||||
|
||||
[A cross-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
@ -1,2 +1,3 @@
|
||||
[csp-allowed.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[FetchLater allowed by CSP should succeed]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,3 @@
|
||||
[csp-blocked.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[FetchLater blocked by CSP should reject]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,3 @@
|
||||
[csp-redirect-to-blocked.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[FetchLater redirect blocked by CSP should reject]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,102 @@
|
||||
[quota.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[A fetchLater() call accept small data in POST request of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A fetchLater() call accept small data in POST request of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call takes up the per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call does not accept empty data in POST request of File.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[A single fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call is not allowed to exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of String.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of ArrayBuffer.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of FormData.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of URLSearchParams.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of Blob.]
|
||||
expected: FAIL
|
||||
|
||||
[The 2nd fetchLater() call to another origin does not exceed per-origin quota for its body of File.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,20 @@
|
||||
[send-on-deactivate.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
expected:
|
||||
if os == "android": OK
|
||||
TIMEOUT
|
||||
[fetchLater() sends on page entering BFCache if BackgroundSync is off.]
|
||||
expected: FAIL
|
||||
|
||||
[Call fetchLater() when BFCached with activateAfter=0 sends immediately.]
|
||||
expected:
|
||||
if os == "android": FAIL
|
||||
TIMEOUT
|
||||
|
||||
[fetchLater() sends on navigating away a page w/o BFCache.]
|
||||
expected: FAIL
|
||||
|
||||
[fetchLater() does not send aborted request on navigating away a page w/o BFCache.]
|
||||
expected: FAIL
|
||||
|
||||
[fetchLater() with activateAfter=1m sends on page entering BFCache if BackgroundSync is off.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,3 @@
|
||||
[not-send-after-abort.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[A discarded document does not send an already aborted fetchLater request.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,3 @@
|
||||
[send-multiple-with-activate-after.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[A discarded document sends all its fetchLater requests, no matter how much their activateAfter timeout remain.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +1,3 @@
|
||||
[send-multiple.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[A discarded document sends all its fetchLater requests.]
|
||||
expected: FAIL
|
||||
|
@ -1,2 +0,0 @@
|
||||
[pending_beacon-basic.tentative.https.window.html]
|
||||
expected: ERROR
|
@ -1,2 +0,0 @@
|
||||
[pending_beacon-deactivate.tentative.https.window.html]
|
||||
expected: ERROR
|
@ -1,2 +0,0 @@
|
||||
[pending_beacon-sendnow.tentative.https.window.html]
|
||||
expected: ERROR
|
@ -1,4 +0,0 @@
|
||||
[pending_beacon-sendondiscard.tentative.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
@ -1,4 +0,0 @@
|
||||
[pending_beacon-sendonhidden.tentative.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
@ -1,4 +0,0 @@
|
||||
[pending_get_beacon-cors.tentative.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
@ -1,2 +0,0 @@
|
||||
[pending_get_beacon-send.tentative.https.window.html]
|
||||
expected: ERROR
|
@ -1,4 +0,0 @@
|
||||
[pending_post_beacon-cors.tentative.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
@ -1,4 +0,0 @@
|
||||
[pending_post_beacon-sendwithdata.tentative.https.window.html]
|
||||
expected:
|
||||
if (os == "android") and fission: [ERROR, TIMEOUT]
|
||||
ERROR
|
Loading…
Reference in New Issue
Block a user