mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-13 04:42:04 +00:00
177 lines
5.4 KiB
INI
177 lines
5.4 KiB
INI
[idlharness.worker]
|
|
type: testharness
|
|
[URL interface: operation createFor(Blob)]
|
|
expected: FAIL
|
|
|
|
[Blob interface: attribute isClosed]
|
|
expected: FAIL
|
|
|
|
[Blob interface: operation close()]
|
|
expected: FAIL
|
|
|
|
[Blob interface: new Blob(["TEST"\]) must inherit property "isClosed" with the proper type (2)]
|
|
expected: FAIL
|
|
|
|
[Blob interface: new Blob(["TEST"\]) must inherit property "close" with the proper type (4)]
|
|
expected: FAIL
|
|
|
|
[File interface object length]
|
|
expected: FAIL
|
|
|
|
[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "isClosed" with the proper type (2)]
|
|
expected: FAIL
|
|
|
|
[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "close" with the proper type (4)]
|
|
expected: FAIL
|
|
|
|
[FileList interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[FileList interface object length]
|
|
expected: FAIL
|
|
|
|
[FileList interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FileList interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[FileList interface: operation item(unsigned long)]
|
|
expected: FAIL
|
|
|
|
[FileList interface: attribute length]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface object length]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: operation readAsArrayBuffer(Blob)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: operation readAsText(Blob,DOMString)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: operation readAsDataURL(Blob)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: operation abort()]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant EMPTY on interface object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant EMPTY on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant LOADING on interface object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant LOADING on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant DONE on interface object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: constant DONE on interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute readyState]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute result]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute error]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onloadstart]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onprogress]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onload]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onabort]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onerror]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: attribute onloadend]
|
|
expected: FAIL
|
|
|
|
[FileReader must be primary interface of new FileReader()]
|
|
expected: FAIL
|
|
|
|
[Stringification of new FileReader()]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "readAsArrayBuffer" with the proper type (0)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "readAsText" with the proper type (1)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: calling readAsText(Blob,DOMString) on new FileReader() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "readAsDataURL" with the proper type (2)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "abort" with the proper type (3)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "EMPTY" with the proper type (4)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (5)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "DONE" with the proper type (6)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "readyState" with the proper type (7)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "result" with the proper type (8)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "error" with the proper type (9)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onprogress" with the proper type (11)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onload" with the proper type (12)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14)]
|
|
expected: FAIL
|
|
|
|
[FileReader interface: new FileReader() must inherit property "onloadend" with the proper type (15)]
|
|
expected: FAIL
|
|
|