mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
This commit is contained in:
parent
fff9ef87e6
commit
8c8d68e415
1165 changed files with 42920 additions and 6829 deletions
|
@ -1,2 +1,6 @@
|
|||
[activate-after.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() sends out based on activateAfter.]
|
||||
expected: FAIL
|
||||
|
||||
[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,55 @@
|
|||
[new-window.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[A blank window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='0'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='1'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A cross-origin window[target=''\][features='2'\] can trigger fetchLater.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[A blank window[target='_blank'\][features='0'\] can trigger fetchLater.]
|
||||
expected: FAIL
|
||||
|
||||
[A same-origin window[target='_blank'\][features='0'\] can trigger fetchLater.]
|
||||
expected: 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: FAIL
|
||||
|
||||
[A same-origin window[target='_blank'\][features='1'\] can trigger fetchLater.]
|
||||
expected: 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: FAIL
|
||||
|
||||
[A same-origin window[target='_blank'\][features='2'\] can trigger fetchLater.]
|
||||
expected: 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,15 @@
|
|||
[send-on-deactivate.tentative.https.window.html]
|
||||
expected: ERROR
|
||||
[fetchLater() sends on page entering BFCache if BackgroundSync is off.]
|
||||
expected: FAIL
|
||||
|
||||
[Call fetchLater() when BFCached with activateAfter=0 sends immediately.]
|
||||
expected: FAIL
|
||||
|
||||
[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
|
||||
|
|
|
@ -41,6 +41,3 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[dangling-markup-mitigation-allowed-apis.html]
|
||||
[dangling-markup-mitigation-allowed-apis.tentative.https.html]
|
||||
expected: ERROR
|
||||
[Does not block window.open(`resources/empty.html?\n<`,'_self')]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[dangling-markup-mitigation-data-url.sub.html]
|
||||
[dangling-markup-mitigation-data-url.tentative.sub.html]
|
||||
[<img id="dangling" src="data:image/svg+xml;utf8,\\n <svg width='1' height='1' xmlns='http://www.w3.org/2000/svg'>\\n <rect width='100%' height='100%' fill='rebeccapurple'/>\\n <rect x='10%' y='10%' width='80%' height='80%' fill='lightgreen'/>\\n </svg>">]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[dangling-markup-mitigation.html]
|
||||
[dangling-markup-mitigation.tentative.html]
|
||||
[Fetch: /images/gre\\nen-1x1.png?img=<]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[dangling-markup-mitigation.https.html]
|
||||
[dangling-markup-mitigation.tentative.https.html]
|
||||
[Only blocks dangling markup requests]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue