| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 177 tests; 165 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS IndexedDB IDL tests | 3 PASS IndexedDB IDL tests |
| 3 PASS Window interface: attribute indexedDB | 4 PASS Window interface: attribute indexedDB |
| 4 PASS IDBRequest interface: existence and properties of interface object | 5 PASS IDBRequest interface: existence and properties of interface object |
| 5 PASS IDBRequest interface object length | 6 PASS IDBRequest interface object length |
| 6 PASS IDBRequest interface object name | 7 PASS IDBRequest interface object name |
| 7 FAIL IDBRequest interface: existence and properties of interface prototype objec
t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque
stPrototype]" but got "[object IDBRequest]" | 8 FAIL IDBRequest interface: existence and properties of interface prototype objec
t assert_equals: class string of IDBRequest.prototype expected "[object IDBReque
stPrototype]" but got "[object IDBRequest]" |
| 8 PASS IDBRequest interface: existence and properties of interface prototype objec
t's "constructor" property | 9 PASS IDBRequest interface: existence and properties of interface prototype objec
t's "constructor" property |
| 9 PASS IDBRequest interface: attribute result | 10 PASS IDBRequest interface: attribute result |
| 10 PASS IDBRequest interface: attribute error | 11 PASS IDBRequest interface: attribute error |
| 11 PASS IDBRequest interface: attribute source | 12 PASS IDBRequest interface: attribute source |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 PASS DOMStringList interface: existence and properties of interface object | 172 PASS DOMStringList interface: existence and properties of interface object |
| 172 PASS DOMStringList interface object length | 173 PASS DOMStringList interface object length |
| 173 PASS DOMStringList interface object name | 174 PASS DOMStringList interface object name |
| 174 FAIL DOMStringList interface: existence and properties of interface prototype ob
ject assert_equals: class string of DOMStringList.prototype expected "[object DO
MStringListPrototype]" but got "[object DOMStringList]" | 175 FAIL DOMStringList interface: existence and properties of interface prototype ob
ject assert_equals: class string of DOMStringList.prototype expected "[object DO
MStringListPrototype]" but got "[object DOMStringList]" |
| 175 PASS DOMStringList interface: existence and properties of interface prototype ob
ject's "constructor" property | 176 PASS DOMStringList interface: existence and properties of interface prototype ob
ject's "constructor" property |
| 176 PASS DOMStringList interface: attribute length | 177 PASS DOMStringList interface: attribute length |
| 177 PASS DOMStringList interface: operation item(unsigned long) | 178 PASS DOMStringList interface: operation item(unsigned long) |
| 178 PASS DOMStringList interface: operation contains(DOMString) | 179 PASS DOMStringList interface: operation contains(DOMString) |
| 179 Harness: the test ran to completion. | 180 Harness: the test ran to completion. |
| 180 | 181 |
| OLD | NEW |