mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 21:38:33 +00:00
30 lines
582 B
INI
30 lines
582 B
INI
[request-headers-worker.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
|
|
|