mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
62 lines
1.4 KiB
INI
62 lines
1.4 KiB
INI
[request-error.html]
|
|
type: testharness
|
|
[RequestInit's window is not null]
|
|
expected: FAIL
|
|
|
|
[Input URL is not valid]
|
|
expected: FAIL
|
|
|
|
[Input URL has credentials]
|
|
expected: FAIL
|
|
|
|
[RequestInit's mode is navigate]
|
|
expected: FAIL
|
|
|
|
[RequestInit's referrer is invalid]
|
|
expected: FAIL
|
|
|
|
[RequestInit's referrer has invalid origin]
|
|
expected: FAIL
|
|
|
|
[RequestInit's method is invalid]
|
|
expected: FAIL
|
|
|
|
[RequestInit's method is forbidden]
|
|
expected: FAIL
|
|
|
|
[RequestInit's mode is no-cors and method is not simple]
|
|
expected: FAIL
|
|
|
|
[RequestInit's mode is no-cors and integrity is not empty]
|
|
expected: FAIL
|
|
|
|
[RequestInit's cache mode is only-if-cached and mode is not same-origin]
|
|
expected: FAIL
|
|
|
|
[Request should get its content-type from the init request]
|
|
expected: FAIL
|
|
|
|
[Request should not get its content-type from the init request if init headers are provided]
|
|
expected: FAIL
|
|
|
|
[Request should get its content-type from the body if none is provided]
|
|
expected: FAIL
|
|
|
|
[Request should get its content-type from init headers if one is provided]
|
|
expected: FAIL
|
|
|
|
[Bad referrerPolicy init parameter value]
|
|
expected: FAIL
|
|
|
|
[Bad mode init parameter value]
|
|
expected: FAIL
|
|
|
|
[Bad credentials init parameter value]
|
|
expected: FAIL
|
|
|
|
[Bad cache init parameter value]
|
|
expected: FAIL
|
|
|
|
[Bad redirect init parameter value]
|
|
expected: FAIL
|
|
|