| OLD | NEW |
| 1 CONSOLE MESSAGE: line 251: callback not yet supported | 1 CONSOLE MESSAGE: line 251: callback not yet supported |
| 2 This is a testharness.js-based test. | 2 This is a testharness.js-based test. |
| 3 PASS URL interface: operation createObjectURL(Blob) | 3 PASS URL interface: operation createObjectURL(Blob) |
| 4 PASS URL interface: operation revokeObjectURL(DOMString) | 4 PASS URL interface: operation revokeObjectURL(DOMString) |
| 5 PASS Blob interface: existence and properties of interface object | 5 PASS Blob interface: existence and properties of interface object |
| 6 PASS Blob interface object length | 6 PASS Blob interface object length |
| 7 PASS Blob interface object name | 7 PASS Blob interface object name |
| 8 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]" | 8 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]" |
| 9 PASS Blob interface: existence and properties of interface prototype object's "c
onstructor" property | 9 PASS Blob interface: existence and properties of interface prototype object's "c
onstructor" property |
| 10 PASS Blob interface: attribute size | 10 PASS Blob interface: attribute size |
| 11 PASS Blob interface: attribute type | 11 PASS Blob interface: attribute type |
| 12 PASS Blob interface: attribute isClosed | |
| 13 PASS Blob interface: operation slice(long long,long long,DOMString) | 12 PASS Blob interface: operation slice(long long,long long,DOMString) |
| 14 PASS Blob interface: operation close() | |
| 15 PASS Blob must be primary interface of new Blob(["TEST"]) | 13 PASS Blob must be primary interface of new Blob(["TEST"]) |
| 16 PASS Stringification of new Blob(["TEST"]) | 14 PASS Stringification of new Blob(["TEST"]) |
| 17 PASS Blob interface: new Blob(["TEST"]) must inherit property "size" with the pr
oper type (0) | 15 PASS Blob interface: new Blob(["TEST"]) must inherit property "size" with the pr
oper type (0) |
| 18 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr
oper type (1) | 16 PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the pr
oper type (1) |
| 19 PASS Blob interface: new Blob(["TEST"]) must inherit property "isClosed" with th
e proper type (2) | 17 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p
roper type (2) |
| 20 PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the p
roper type (3) | |
| 21 PASS Blob interface: calling slice(long long,long long,DOMString) on new Blob(["
TEST"]) with too few arguments must throw TypeError | 18 PASS Blob interface: calling slice(long long,long long,DOMString) on new Blob(["
TEST"]) with too few arguments must throw TypeError |
| 22 PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the p
roper type (4) | |
| 23 PASS File interface: existence and properties of interface object | 19 PASS File interface: existence and properties of interface object |
| 24 PASS File interface object length | 20 PASS File interface object length |
| 25 PASS File interface object name | 21 PASS File interface object name |
| 26 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]" | 22 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]" |
| 27 PASS File interface: existence and properties of interface prototype object's "c
onstructor" property | 23 PASS File interface: existence and properties of interface prototype object's "c
onstructor" property |
| 28 PASS File interface: attribute name | 24 PASS File interface: attribute name |
| 29 PASS File interface: attribute lastModified | 25 PASS File interface: attribute lastModified |
| 30 PASS File must be primary interface of new File(["myFileBits"], "myFileName") | 26 PASS File must be primary interface of new File(["myFileBits"], "myFileName") |
| 31 PASS Stringification of new File(["myFileBits"], "myFileName") | 27 PASS Stringification of new File(["myFileBits"], "myFileName") |
| 32 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "name" with the proper type (0) | 28 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "name" with the proper type (0) |
| 33 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "lastModified" with the proper type (1) | 29 PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
y "lastModified" with the proper type (1) |
| 34 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "size" with the proper type (0) | 30 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "size" with the proper type (0) |
| 35 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "type" with the proper type (1) | 31 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "type" with the proper type (1) |
| 36 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "isClosed" with the proper type (2) | 32 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "slice" with the proper type (2) |
| 37 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "slice" with the proper type (3) | |
| 38 PASS Blob interface: calling slice(long long,long long,DOMString) on new File(["
myFileBits"], "myFileName") with too few arguments must throw TypeError | 33 PASS Blob interface: calling slice(long long,long long,DOMString) on new File(["
myFileBits"], "myFileName") with too few arguments must throw TypeError |
| 39 PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
y "close" with the proper type (4) | |
| 40 PASS FileList interface: existence and properties of interface object | 34 PASS FileList interface: existence and properties of interface object |
| 41 PASS FileList interface object length | 35 PASS FileList interface object length |
| 42 PASS FileList interface object name | 36 PASS FileList interface object name |
| 43 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]" | 37 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]" |
| 44 PASS FileList interface: existence and properties of interface prototype object'
s "constructor" property | 38 PASS FileList interface: existence and properties of interface prototype object'
s "constructor" property |
| 45 PASS FileList interface: operation item(unsigned long) | 39 PASS FileList interface: operation item(unsigned long) |
| 46 PASS FileList interface: attribute length | 40 PASS FileList interface: attribute length |
| 47 PASS FileList must be primary interface of file_input.files | 41 PASS FileList must be primary interface of file_input.files |
| 48 PASS Stringification of file_input.files | 42 PASS Stringification of file_input.files |
| 49 PASS FileList interface: file_input.files must inherit property "item" with the
proper type (0) | 43 PASS FileList interface: file_input.files must inherit property "item" with the
proper type (0) |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 PASS FileReader interface: new FileReader() must inherit property "error" with t
he proper type (10) | 87 PASS FileReader interface: new FileReader() must inherit property "error" with t
he proper type (10) |
| 94 PASS FileReader interface: new FileReader() must inherit property "onloadstart"
with the proper type (11) | 88 PASS FileReader interface: new FileReader() must inherit property "onloadstart"
with the proper type (11) |
| 95 PASS FileReader interface: new FileReader() must inherit property "onprogress" w
ith the proper type (12) | 89 PASS FileReader interface: new FileReader() must inherit property "onprogress" w
ith the proper type (12) |
| 96 PASS FileReader interface: new FileReader() must inherit property "onload" with
the proper type (13) | 90 PASS FileReader interface: new FileReader() must inherit property "onload" with
the proper type (13) |
| 97 PASS FileReader interface: new FileReader() must inherit property "onabort" with
the proper type (14) | 91 PASS FileReader interface: new FileReader() must inherit property "onabort" with
the proper type (14) |
| 98 PASS FileReader interface: new FileReader() must inherit property "onerror" with
the proper type (15) | 92 PASS FileReader interface: new FileReader() must inherit property "onerror" with
the proper type (15) |
| 99 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi
th the proper type (16) | 93 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi
th the proper type (16) |
| 100 PASS FileReaderSync interface: existence and properties of interface object | 94 PASS FileReaderSync interface: existence and properties of interface object |
| 101 Harness: the test ran to completion. | 95 Harness: the test ran to completion. |
| 102 | 96 |
| OLD | NEW |