gecko-dev/testing/web-platform/meta/XMLHttpRequest/interfaces.html.ini
Nikhil Marathe 657760de24 Bug 1085283 - Update web-platform-tests expected data. r=jgraham
--HG--
extra : transplant_source : %93%29%EF%EC%8D%95%92d%83%3B%08%24%DB%C0%3EJ%0Ew%E6x
extra : histedit_source : f4423abf713bb072ecf6982e592a8d1b3cadc1cd
2015-02-21 14:08:56 -08:00

72 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