OLD | NEW |
1 CONSOLE MESSAGE: line 198: callback not yet supported | 1 CONSOLE MESSAGE: line 236: 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 FAIL URL interface: operation createFor(Blob) assert_own_property: interface obj
ect missing static operation expected property "createFor" missing | 4 FAIL URL interface: operation createFor(Blob) assert_own_property: interface obj
ect missing static operation expected property "createFor" missing |
5 PASS URL interface: operation revokeObjectURL(DOMString) | 5 PASS URL interface: operation revokeObjectURL(DOMString) |
6 PASS Blob interface: existence and properties of interface object | 6 PASS Blob interface: existence and properties of interface object |
7 PASS Blob interface object length | 7 PASS Blob interface object length |
8 PASS Blob interface object name | 8 PASS Blob interface object name |
9 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 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]" |
10 PASS Blob interface: existence and properties of interface prototype object's "c
onstructor" property | 10 PASS Blob interface: existence and properties of interface prototype object's "c
onstructor" property |
11 PASS Blob interface: attribute size | 11 PASS Blob interface: attribute size |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 PASS FileReader interface: new FileReader() must inherit property "result" with
the proper type (8) | 90 PASS FileReader interface: new FileReader() must inherit property "result" with
the proper type (8) |
91 PASS FileReader interface: new FileReader() must inherit property "error" with t
he proper type (9) | 91 PASS FileReader interface: new FileReader() must inherit property "error" with t
he proper type (9) |
92 PASS FileReader interface: new FileReader() must inherit property "onloadstart"
with the proper type (10) | 92 PASS FileReader interface: new FileReader() must inherit property "onloadstart"
with the proper type (10) |
93 PASS FileReader interface: new FileReader() must inherit property "onprogress" w
ith the proper type (11) | 93 PASS FileReader interface: new FileReader() must inherit property "onprogress" w
ith the proper type (11) |
94 PASS FileReader interface: new FileReader() must inherit property "onload" with
the proper type (12) | 94 PASS FileReader interface: new FileReader() must inherit property "onload" with
the proper type (12) |
95 PASS FileReader interface: new FileReader() must inherit property "onabort" with
the proper type (13) | 95 PASS FileReader interface: new FileReader() must inherit property "onabort" with
the proper type (13) |
96 PASS FileReader interface: new FileReader() must inherit property "onerror" with
the proper type (14) | 96 PASS FileReader interface: new FileReader() must inherit property "onerror" with
the proper type (14) |
97 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi
th the proper type (15) | 97 PASS FileReader interface: new FileReader() must inherit property "onloadend" wi
th the proper type (15) |
98 Harness: the test ran to completion. | 98 Harness: the test ran to completion. |
99 | 99 |
OLD | NEW |