mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
29 lines
582 B
INI
29 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
|
||
|
|
|