mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 15:19:26 +00:00
71 lines
2.8 KiB
INI
71 lines
2.8 KiB
INI
[interfaces.html]
|
|
type: testharness
|
|
[XMLHttpRequest interface: operation open(ByteString,DOMString,boolean,DOMString,DOMString)]
|
|
expected: FAIL
|
|
|
|
[XMLHttpRequest interface: calling open(ByteString,DOMString,boolean,DOMString,DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[XMLHttpRequest interface: new XMLHttpRequest() must inherit property "statusText" with the proper type (16)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation delete(DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation get(DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation getAll(DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation has(DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation set(DOMString,Blob,DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: operation set(DOMString,DOMString)]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling delete(DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling get(DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling getAll(DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling has(DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling set(DOMString,Blob,DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling set(DOMString,DOMString) on new FormData() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling delete(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling get(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling getAll(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling has(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling set(DOMString,Blob,DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FormData interface: calling set(DOMString,DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[XMLHttpRequest interface: operation open(ByteString,USVString,boolean,USVString,USVString)]
|
|
expected: FAIL
|
|
|
|
[XMLHttpRequest interface: calling open(ByteString,USVString,boolean,USVString,USVString) on new XMLHttpRequest() with too few arguments must throw TypeError]
|
|
expected: FAIL
|