mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix the redirected attribute for Response
This commit is contained in:
parent
566147dab3
commit
aa43ce8cf3
5 changed files with 11 additions and 66 deletions
|
@ -1,87 +1,21 @@
|
|||
[redirect-method.any.worker.html]
|
||||
[Redirect 301 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 301 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 301 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (string body)]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (blob body)]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with TESTING]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[redirect-method.any.html]
|
||||
[Redirect 301 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 301 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 301 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 302 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with POST]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with GET]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (string body)]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with POST (blob body)]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 307 with HEAD]
|
||||
expected: FAIL
|
||||
|
||||
[Redirect 303 with TESTING]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue