| OLD | NEW |
| 1 IndexedDB IDL tests | |
| 2 | |
| 3 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 4 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" |
| 5 PASS IDBKeyRange interface: existence and properties of interface object | 3 PASS IDBKeyRange interface: existence and properties of interface object |
| 6 PASS IDBKeyRange interface object length | 4 PASS IDBKeyRange interface object length |
| 7 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 Object]" | 5 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 Object]" |
| 8 PASS IDBKeyRange interface: existence and properties of interface prototype obje
ct's "constructor" property | 6 PASS IDBKeyRange interface: existence and properties of interface prototype obje
ct's "constructor" property |
| 9 PASS IDBKeyRange interface: attribute lower | 7 PASS IDBKeyRange interface: attribute lower |
| 10 PASS IDBKeyRange interface: attribute upper | 8 PASS IDBKeyRange interface: attribute upper |
| 11 PASS IDBKeyRange interface: attribute lowerOpen | 9 PASS IDBKeyRange interface: attribute lowerOpen |
| 12 PASS IDBKeyRange interface: attribute upperOpen | 10 PASS IDBKeyRange interface: attribute upperOpen |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 PASS IDBTransaction interface: attribute mode | 139 PASS IDBTransaction interface: attribute mode |
| 142 PASS IDBTransaction interface: attribute db | 140 PASS IDBTransaction interface: attribute db |
| 143 PASS IDBTransaction interface: attribute error | 141 PASS IDBTransaction interface: attribute error |
| 144 PASS IDBTransaction interface: operation objectStore(DOMString) | 142 PASS IDBTransaction interface: operation objectStore(DOMString) |
| 145 PASS IDBTransaction interface: operation abort() | 143 PASS IDBTransaction interface: operation abort() |
| 146 PASS IDBTransaction interface: attribute onabort | 144 PASS IDBTransaction interface: attribute onabort |
| 147 PASS IDBTransaction interface: attribute oncomplete | 145 PASS IDBTransaction interface: attribute oncomplete |
| 148 PASS IDBTransaction interface: attribute onerror | 146 PASS IDBTransaction interface: attribute onerror |
| 149 Harness: the test ran to completion. | 147 Harness: the test ran to completion. |
| 150 | 148 |
| OLD | NEW |