| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 PASS IDBTransaction interface: attribute mode | 150 PASS IDBTransaction interface: attribute mode |
| 151 PASS IDBTransaction interface: attribute db | 151 PASS IDBTransaction interface: attribute db |
| 152 PASS IDBTransaction interface: attribute error | 152 PASS IDBTransaction interface: attribute error |
| 153 PASS IDBTransaction interface: operation objectStore(DOMString) | 153 PASS IDBTransaction interface: operation objectStore(DOMString) |
| 154 PASS IDBTransaction interface: operation abort() | 154 PASS IDBTransaction interface: operation abort() |
| 155 PASS IDBTransaction interface: attribute onabort | 155 PASS IDBTransaction interface: attribute onabort |
| 156 PASS IDBTransaction interface: attribute oncomplete | 156 PASS IDBTransaction interface: attribute oncomplete |
| 157 PASS IDBTransaction interface: attribute onerror | 157 PASS IDBTransaction interface: attribute onerror |
| 158 Harness: the test ran to completion. | 158 Harness: the test ran to completion. |
| 159 | 159 |
| OLD | NEW |