| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 Found 110 tests; 102 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS Window interface: existence and properties of interface object |
| 4 FAIL ArrayBuffer interface: existence and properties of interface object assert_
false: expected false got true |
| 5 PASS ArrayBufferView interface: existence and properties of interface object |
| 6 PASS URL interface: operation createObjectURL(Blob) |
| 7 PASS URL interface: operation revokeObjectURL(DOMString) |
| 8 FAIL EventTarget interface: existence and properties of interface object assert_
false: expected false got true |
| 9 FAIL Event interface: existence and properties of interface object assert_false:
expected false got true |
| 10 PASS Blob interface: existence and properties of interface object |
| 11 PASS Blob interface object length |
| 12 PASS Blob interface object name |
| 13 FAIL Blob interface: existence and properties of interface prototype object asse
rt_equals: class string of Blob.prototype expected "[object BlobPrototype]" but
got "[object Blob]" |
| 14 PASS Blob interface: existence and properties of interface prototype object's "c
onstructor" property |
| 15 PASS Blob interface: attribute size |
| 16 PASS Blob interface: attribute type |
| 17 PASS Blob interface: operation slice(long long,long long,DOMString) |
| 18 PASS Blob must be primary interface of new Blob(["TEST"]) |
| 19 PASS Stringification of new Blob(["TEST"]) |
| 20 PASS Blob interface: new Blob(["TEST"]) must inherit property "size" with the pr
oper type (0) |
| 21 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr
oper type (1) |
| 22 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p
roper type (2) |
| 23 PASS Blob interface: calling slice(long long,long long,DOMString) on new Blob(["
TEST"]) with too few arguments must throw TypeError |
| 24 PASS File interface: existence and properties of interface object |
| 25 PASS File interface object length |
| 26 PASS File interface object name |
| 27 FAIL File interface: existence and properties of interface prototype object asse
rt_equals: class string of File.prototype expected "[object FilePrototype]" but
got "[object File]" |
| 28 PASS File interface: existence and properties of interface prototype object's "c
onstructor" property |
| 29 PASS File interface: attribute name |
| 30 PASS File interface: attribute lastModified |
| 31 PASS File must be primary interface of new File(["myFileBits"], "myFileName") |
| 32 PASS Stringification of new File(["myFileBits"], "myFileName") |
| 33 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "name" with the proper type (0) |
| 34 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "lastModified" with the proper type (1) |
| 35 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "size" with the proper type (0) |
| 36 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "type" with the proper type (1) |
| 37 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "slice" with the proper type (2) |
| 38 PASS Blob interface: calling slice(long long,long long,DOMString) on new File(["
myFileBits"], "myFileName") with too few arguments must throw TypeError |
| 39 PASS FileList interface: existence and properties of interface object |
| 40 PASS FileList interface object length |
| 41 PASS FileList interface object name |
| 42 FAIL FileList interface: existence and properties of interface prototype object
assert_equals: class string of FileList.prototype expected "[object FileListProt
otype]" but got "[object FileList]" |
| 43 PASS FileList interface: existence and properties of interface prototype object'
s "constructor" property |
| 44 PASS FileList interface: operation item(unsigned long) |
| 45 PASS FileList interface: attribute length |
| 46 PASS FileReader interface: existence and properties of interface object |
| 47 PASS FileReader interface object length |
| 48 PASS FileReader interface object name |
| 49 FAIL FileReader interface: existence and properties of interface prototype objec
t assert_equals: class string of FileReader.prototype expected "[object FileRead
erPrototype]" but got "[object FileReader]" |
| 50 PASS FileReader interface: existence and properties of interface prototype objec
t's "constructor" property |
| 51 PASS FileReader interface: operation readAsArrayBuffer(Blob) |
| 52 PASS FileReader interface: operation readAsBinaryString(Blob) |
| 53 PASS FileReader interface: operation readAsText(Blob,DOMString) |
| 54 PASS FileReader interface: operation readAsDataURL(Blob) |
| 55 PASS FileReader interface: operation abort() |
| 56 PASS FileReader interface: constant EMPTY on interface object |
| 57 PASS FileReader interface: constant EMPTY on interface prototype object |
| 58 PASS FileReader interface: constant LOADING on interface object |
| 59 PASS FileReader interface: constant LOADING on interface prototype object |
| 60 PASS FileReader interface: constant DONE on interface object |
| 61 PASS FileReader interface: constant DONE on interface prototype object |
| 62 PASS FileReader interface: attribute readyState |
| 63 PASS FileReader interface: attribute result |
| 64 PASS FileReader interface: attribute error |
| 65 PASS FileReader interface: attribute onloadstart |
| 66 PASS FileReader interface: attribute onprogress |
| 67 PASS FileReader interface: attribute onload |
| 68 PASS FileReader interface: attribute onabort |
| 69 PASS FileReader interface: attribute onerror |
| 70 PASS FileReader interface: attribute onloadend |
| 71 PASS FileReader must be primary interface of new FileReader() |
| 72 PASS Stringification of new FileReader() |
| 73 PASS FileReader interface: new FileReader() must inherit property "readAsArrayBu
ffer" with the proper type (0) |
| 74 PASS FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() w
ith too few arguments must throw TypeError |
| 75 PASS FileReader interface: new FileReader() must inherit property "readAsBinaryS
tring" with the proper type (1) |
| 76 PASS FileReader interface: calling readAsBinaryString(Blob) on new FileReader()
with too few arguments must throw TypeError |
| 77 PASS FileReader interface: new FileReader() must inherit property "readAsText" w
ith the proper type (2) |
| 78 PASS FileReader interface: calling readAsText(Blob,DOMString) on new FileReader(
) with too few arguments must throw TypeError |
| 79 PASS FileReader interface: new FileReader() must inherit property "readAsDataURL
" with the proper type (3) |
| 80 PASS FileReader interface: calling readAsDataURL(Blob) on new FileReader() with
too few arguments must throw TypeError |
| 81 PASS FileReader interface: new FileReader() must inherit property "abort" with t
he proper type (4) |
| 82 PASS FileReader interface: new FileReader() must inherit property "EMPTY" with t
he proper type (5) |
| 83 PASS FileReader interface: new FileReader() must inherit property "LOADING" with
the proper type (6) |
| 84 PASS FileReader interface: new FileReader() must inherit property "DONE" with th
e proper type (7) |
| 85 PASS FileReader interface: new FileReader() must inherit property "readyState" w
ith the proper type (8) |
| 86 PASS FileReader interface: new FileReader() must inherit property "result" with
the proper type (9) |
| 87 PASS FileReader interface: new FileReader() must inherit property "error" with t
he proper type (10) |
| 88 PASS FileReader interface: new FileReader() must inherit property "onloadstart"
with the proper type (11) |
| 89 PASS FileReader interface: new FileReader() must inherit property "onprogress" w
ith the proper type (12) |
| 90 PASS FileReader interface: new FileReader() must inherit property "onload" with
the proper type (13) |
| 91 PASS FileReader interface: new FileReader() must inherit property "onabort" with
the proper type (14) |
| 92 PASS FileReader interface: new FileReader() must inherit property "onerror" with
the proper type (15) |
| 93 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi
th the proper type (16) |
| 94 PASS FileReaderSync interface: existence and properties of interface object |
| 95 PASS FileReaderSync interface object length |
| 96 PASS FileReaderSync interface object name |
| 97 FAIL FileReaderSync interface: existence and properties of interface prototype o
bject assert_equals: class string of FileReaderSync.prototype expected "[object
FileReaderSyncPrototype]" but got "[object FileReaderSync]" |
| 98 PASS FileReaderSync interface: existence and properties of interface prototype o
bject's "constructor" property |
| 99 PASS FileReaderSync interface: operation readAsArrayBuffer(Blob) |
| 100 PASS FileReaderSync interface: operation readAsBinaryString(Blob) |
| 101 PASS FileReaderSync interface: operation readAsText(Blob,DOMString) |
| 102 PASS FileReaderSync interface: operation readAsDataURL(Blob) |
| 103 PASS FileReaderSync must be primary interface of new FileReaderSync() |
| 104 PASS Stringification of new FileReaderSync() |
| 105 PASS FileReaderSync interface: new FileReaderSync() must inherit property "readA
sArrayBuffer" with the proper type (0) |
| 106 PASS FileReaderSync interface: calling readAsArrayBuffer(Blob) on new FileReader
Sync() with too few arguments must throw TypeError |
| 107 PASS FileReaderSync interface: new FileReaderSync() must inherit property "readA
sBinaryString" with the proper type (1) |
| 108 PASS FileReaderSync interface: calling readAsBinaryString(Blob) on new FileReade
rSync() with too few arguments must throw TypeError |
| 109 PASS FileReaderSync interface: new FileReaderSync() must inherit property "readA
sText" with the proper type (2) |
| 110 PASS FileReaderSync interface: calling readAsText(Blob,DOMString) on new FileRea
derSync() with too few arguments must throw TypeError |
| 111 PASS FileReaderSync interface: new FileReaderSync() must inherit property "readA
sDataURL" with the proper type (3) |
| 112 PASS FileReaderSync interface: calling readAsDataURL(Blob) on new FileReaderSync
() with too few arguments must throw TypeError |
| 113 Harness: the test ran to completion. |
| 114 |
| OLD | NEW |