mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Allow for redirects after a CORS-preflight
This commit is contained in:
parent
c584f3967c
commit
469eb192c5
9 changed files with 25 additions and 16 deletions
17
tests/wpt/metadata/cors/redirect-preflight.htm.ini
Normal file
17
tests/wpt/metadata/cors/redirect-preflight.htm.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[redirect-preflight.htm]
|
||||
type: testharness
|
||||
[Disallow redirect 301 after succesful (200) preflight]
|
||||
expected: FAIL
|
||||
|
||||
[Disallow redirect 302 after succesful (200) preflight]
|
||||
expected: FAIL
|
||||
|
||||
[Disallow redirect 303 after succesful (200) preflight]
|
||||
expected: FAIL
|
||||
|
||||
[Disallow redirect 307 after succesful (200) preflight]
|
||||
expected: FAIL
|
||||
|
||||
[Disallow redirect 308 after succesful (200) preflight]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[redirect-userinfo.htm]
|
||||
type: testharness
|
||||
[Allow redirect with userinfo (//@)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,9 +1,5 @@
|
|||
[eventsource-cross-origin.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[EventSource: cross-origin redirect use]
|
||||
expected: TIMEOUT
|
||||
|
||||
[EventSource: cross-origin allow-origin: http://example.org should fail]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
|
||||
[Check referrerPolicy init value of same-origin and associated getter]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[Request has arrayBuffer method]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
prefs: [layout.viewport.enabled:true]
|
||||
[viewport_meta.html]
|
||||
type: reftest
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
prefs: [layout.viewport.enabled:true]
|
||||
[viewport_rule.html]
|
||||
type: reftest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue