mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
75 lines
1.5 KiB
INI
75 lines
1.5 KiB
INI
[request-headers-worker.html]
|
|
type: testharness
|
|
[Fetch with GET]
|
|
expected: FAIL
|
|
|
|
[Fetch with HEAD]
|
|
expected: FAIL
|
|
|
|
[Fetch with PUT without body]
|
|
expected: FAIL
|
|
|
|
[Fetch with PUT with body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST without body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with text body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with FormData body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Blob body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with ArrayBuffer body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Uint8Array body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Int8Array body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Float32Array body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Float64Array body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with DataView body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with Blob body with mime type]
|
|
expected: FAIL
|
|
|
|
[Fetch with Chicken]
|
|
expected: FAIL
|
|
|
|
[Fetch with Chicken with body]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST with URLSearchParams body]
|
|
expected: FAIL
|
|
|
|
[Fetch with GET and mode "cors" does not need an Origin header]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST and mode "same-origin" needs an Origin header]
|
|
expected: FAIL
|
|
|
|
[Fetch with POST and mode "no-cors" needs an Origin header]
|
|
expected: FAIL
|
|
|
|
[Fetch with PUT and mode "same-origin" needs an Origin header]
|
|
expected: FAIL
|
|
|
|
[Fetch with TacO and mode "same-origin" needs an Origin header]
|
|
expected: FAIL
|
|
|
|
[Fetch with TacO and mode "cors" needs an Origin header]
|
|
expected: FAIL
|
|
|