mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1085283 - Update web-platform-tests expected data. r=jgraham
This commit is contained in:
parent
3388f6d5a9
commit
a217cb970e
@ -27,75 +27,39 @@
|
||||
[FormData interface: operation set(DOMString,DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "delete" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling delete(DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "get" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling get(DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "getAll" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "has" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling has(DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "set" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(DOMString,Blob,DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData() must inherit property "set" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(DOMString,DOMString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "delete" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling delete(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "get" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling get(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "getAll" with the proper type (4)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "has" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling has(DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "set" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(DOMString,Blob,DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: new FormData(form) must inherit property "set" with the proper type (7)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(DOMString,DOMString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
@ -105,57 +69,3 @@
|
||||
[XMLHttpRequest interface: calling open(ByteString,USVString,boolean,USVString,USVString) on new XMLHttpRequest() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation delete(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation get(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation getAll(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation has(USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation set(USVString,Blob,USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: operation set(USVString,USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling delete(USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling get(USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling has(USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(USVString,Blob,USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(USVString,USVString) on new FormData() with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling delete(USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling get(USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling getAll(USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling has(USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(USVString,Blob,USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[FormData interface: calling set(USVString,USVString) on new FormData(form) with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user