mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 22:38:46 +00:00
30 lines
575 B
INI
30 lines
575 B
INI
[request-headers.html]
|
|
type: testharness
|
|
[Fetch with HEAD with 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
|
|
|