mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update web-platform-tests to revision 20424e735a5e6ac7a474ae35d86c714272aea0e8
This commit is contained in:
parent
eac2607a06
commit
39f4d8b931
94 changed files with 1332 additions and 233 deletions
|
@ -0,0 +1,6 @@
|
|||
[mode-same-origin.any.html]
|
||||
|
||||
[mode-same-origin.any.worker.html]
|
||||
[mode-same-origin]
|
||||
expected: FAIL
|
||||
|
|
@ -12,6 +12,9 @@
|
|||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[referrer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[referrer.any.html]
|
||||
type: testharness
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
[Cross domain different protocol [no-cors mode\]]
|
||||
expected: FAIL
|
||||
|
||||
[cors-basic]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-basic.any.html]
|
||||
type: testharness
|
||||
|
|
|
@ -36,3 +36,6 @@
|
|||
[Include mode: local cookies are not sent with remote request]
|
||||
expected: FAIL
|
||||
|
||||
[cors-cookies]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[cors-no-preflight.any.html]
|
||||
|
||||
[cors-no-preflight.any.worker.html]
|
||||
[cors-no-preflight]
|
||||
expected: FAIL
|
||||
|
6
tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini
Normal file
6
tests/wpt/metadata/fetch/api/cors/cors-origin.any.js.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[cors-origin.any.worker.html]
|
||||
[cors-origin]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-origin.any.html]
|
|
@ -43,3 +43,6 @@
|
|||
[Need CORS-preflight for accept/012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678 header]
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight-not-cors-safelisted]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -63,3 +63,6 @@
|
|||
[Redirection 308 after preflight failed]
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight-redirect]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
[Referrer policy: unsafe-url and referrer: 'myreferrer']
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight-referrer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-preflight-referrer.any.html]
|
||||
type: testharness
|
||||
|
|
|
@ -27,3 +27,6 @@
|
|||
[CORS that succeeds with credentials: true; method: * (allowed: *); header: *,1 (allowed: *)]
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight-star]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -45,3 +45,6 @@
|
|||
[Preflight answered with status 206]
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight-status]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15,3 +15,6 @@
|
|||
[CORS [PUT\] [several headers\], server allows]
|
||||
expected: FAIL
|
||||
|
||||
[cors-preflight]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[cors-redirect-credentials.any.worker.html]
|
||||
[cors-redirect-credentials]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-redirect-credentials.any.html]
|
|
@ -0,0 +1,6 @@
|
|||
[cors-redirect-preflight.any.worker.html]
|
||||
[cors-redirect-preflight]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-redirect-preflight.any.html]
|
|
@ -30,6 +30,9 @@
|
|||
[Redirect 308: same origin to cors]
|
||||
expected: FAIL
|
||||
|
||||
[cors-redirect]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cors-redirect.any.html]
|
||||
type: testharness
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
[original => remote => original with mode: "no-cors"]
|
||||
expected: FAIL
|
||||
|
||||
[redirect-back-to-original-origin]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[redirect-mode.any.worker.html]
|
||||
expected: ERROR
|
||||
[same-origin redirect 301 in manual redirect and cors mode]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[redirect-origin.any.html]
|
||||
|
||||
[redirect-origin.any.worker.html]
|
||||
[redirect-origin]
|
||||
expected: FAIL
|
||||
|
|
@ -80,6 +80,9 @@
|
|||
[Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init ]
|
||||
expected: FAIL
|
||||
|
||||
[redirect-referrer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[redirect-referrer.any.html]
|
||||
[Same origin redirection, empty init, unsafe-url redirect header ]
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[redirect-to-dataurl.any.html]
|
||||
|
||||
[redirect-to-dataurl.any.worker.html]
|
||||
[redirect-to-dataurl]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue