OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have
a getter expected "function" but got "undefined" | 2 FAIL Window interface: attribute indexedDB assert_equals: "indexedDB" must have
a getter expected "function" but got "undefined" |
3 PASS IDBKeyRange interface: existence and properties of interface object | 3 PASS IDBKeyRange interface: existence and properties of interface object |
4 PASS IDBKeyRange interface object length | 4 PASS IDBKeyRange interface object length |
5 PASS IDBKeyRange interface object name | 5 PASS IDBKeyRange interface object name |
6 FAIL IDBKeyRange interface: existence and properties of interface prototype obje
ct assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKey
RangePrototype]" but got "[object IDBKeyRange]" | 6 FAIL IDBKeyRange interface: existence and properties of interface prototype obje
ct assert_equals: class string of IDBKeyRange.prototype expected "[object IDBKey
RangePrototype]" but got "[object IDBKeyRange]" |
7 PASS IDBKeyRange interface: existence and properties of interface prototype obje
ct's "constructor" property | 7 PASS IDBKeyRange interface: existence and properties of interface prototype obje
ct's "constructor" property |
8 PASS IDBKeyRange interface: attribute lower | 8 PASS IDBKeyRange interface: attribute lower |
9 PASS IDBKeyRange interface: attribute upper | 9 PASS IDBKeyRange interface: attribute upper |
10 PASS IDBKeyRange interface: attribute lowerOpen | 10 PASS IDBKeyRange interface: attribute lowerOpen |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 FAIL IDBDatabase interface: existence and properties of interface prototype obje
ct assert_equals: class string of IDBDatabase.prototype expected "[object IDBDat
abasePrototype]" but got "[object IDBDatabase]" | 79 FAIL IDBDatabase interface: existence and properties of interface prototype obje
ct assert_equals: class string of IDBDatabase.prototype expected "[object IDBDat
abasePrototype]" but got "[object IDBDatabase]" |
80 PASS IDBDatabase interface: existence and properties of interface prototype obje
ct's "constructor" property | 80 PASS IDBDatabase interface: existence and properties of interface prototype obje
ct's "constructor" property |
81 PASS IDBDatabase interface: attribute name | 81 PASS IDBDatabase interface: attribute name |
82 PASS IDBDatabase interface: attribute version | 82 PASS IDBDatabase interface: attribute version |
83 PASS IDBDatabase interface: attribute objectStoreNames | 83 PASS IDBDatabase interface: attribute objectStoreNames |
84 PASS IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStore
Parameters) | 84 PASS IDBDatabase interface: operation createObjectStore(DOMString,IDBObjectStore
Parameters) |
85 PASS IDBDatabase interface: operation deleteObjectStore(DOMString) | 85 PASS IDBDatabase interface: operation deleteObjectStore(DOMString) |
86 PASS IDBDatabase interface: operation transaction([object Object],[object Object
],IDBTransactionMode) | 86 PASS IDBDatabase interface: operation transaction([object Object],[object Object
],IDBTransactionMode) |
87 PASS IDBDatabase interface: operation close() | 87 PASS IDBDatabase interface: operation close() |
88 PASS IDBDatabase interface: attribute onabort | 88 PASS IDBDatabase interface: attribute onabort |
| 89 PASS IDBDatabase interface: attribute onclose |
89 PASS IDBDatabase interface: attribute onerror | 90 PASS IDBDatabase interface: attribute onerror |
90 PASS IDBDatabase interface: attribute onversionchange | 91 PASS IDBDatabase interface: attribute onversionchange |
91 PASS IDBObjectStore interface: existence and properties of interface object | 92 PASS IDBObjectStore interface: existence and properties of interface object |
92 PASS IDBObjectStore interface object length | 93 PASS IDBObjectStore interface object length |
93 PASS IDBObjectStore interface object name | 94 PASS IDBObjectStore interface object name |
94 FAIL IDBObjectStore interface: existence and properties of interface prototype o
bject assert_equals: class string of IDBObjectStore.prototype expected "[object
IDBObjectStorePrototype]" but got "[object IDBObjectStore]" | 95 FAIL IDBObjectStore interface: existence and properties of interface prototype o
bject assert_equals: class string of IDBObjectStore.prototype expected "[object
IDBObjectStorePrototype]" but got "[object IDBObjectStore]" |
95 PASS IDBObjectStore interface: existence and properties of interface prototype o
bject's "constructor" property | 96 PASS IDBObjectStore interface: existence and properties of interface prototype o
bject's "constructor" property |
96 FAIL IDBObjectStore interface: attribute name assert_equals: setter must be func
tion for PutForwards, Replaceable, or non-readonly attributes expected "function
" but got "undefined" | 97 FAIL IDBObjectStore interface: attribute name assert_equals: setter must be func
tion for PutForwards, Replaceable, or non-readonly attributes expected "function
" but got "undefined" |
97 PASS IDBObjectStore interface: attribute keyPath | 98 PASS IDBObjectStore interface: attribute keyPath |
98 PASS IDBObjectStore interface: attribute indexNames | 99 PASS IDBObjectStore interface: attribute indexNames |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 PASS IDBTransaction interface: attribute mode | 151 PASS IDBTransaction interface: attribute mode |
151 PASS IDBTransaction interface: attribute db | 152 PASS IDBTransaction interface: attribute db |
152 PASS IDBTransaction interface: attribute error | 153 PASS IDBTransaction interface: attribute error |
153 PASS IDBTransaction interface: operation objectStore(DOMString) | 154 PASS IDBTransaction interface: operation objectStore(DOMString) |
154 PASS IDBTransaction interface: operation abort() | 155 PASS IDBTransaction interface: operation abort() |
155 PASS IDBTransaction interface: attribute onabort | 156 PASS IDBTransaction interface: attribute onabort |
156 PASS IDBTransaction interface: attribute oncomplete | 157 PASS IDBTransaction interface: attribute oncomplete |
157 PASS IDBTransaction interface: attribute onerror | 158 PASS IDBTransaction interface: attribute onerror |
158 Harness: the test ran to completion. | 159 Harness: the test ran to completion. |
159 | 160 |
OLD | NEW |