Re: [IndexedDB-tests] Ensure Indexed DB tests clean up after themselves (#5644)

*This report has been truncated because the total content is 222309 characters in length, which is in excess of GitHub.com's limit for comments (65536 characters).

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/224504998)

# Firefox (nightly channel) #
Testing web-platform-tests at revision bfbb5488c94b63974dcaf1c8f14c1a3f5f482107
Using browser at version BuildID 20170420100256; SourceStamp 27311156637f9b5d4504373967e01c4241902ae7
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>305 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/abort-in-initial-upgradeneeded.html">/IndexedDB/abort-in-initial-upgradeneeded.html</a></summary>


|                                 Subtest                                  | Results | Messages |
|--------------------------------------------------------------------------|---------|----------|
|                                                                          | OK      |          |
| `Test that an abort in the initial upgradeneeded sets version back to 0` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/bindings-inject-key.html">/IndexedDB/bindings-inject-key.html</a></summary>


|                           Subtest                            | Results | Messages |
|--------------------------------------------------------------|---------|----------|
|                                                              | OK      |          |
| `Returning keys to script should bypass prototype setters`   | PASS    |          |
| `Returning values to script should bypass prototype setters` | PASS    |          |
| `Returning values to script should bypass prototype chain`   | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/clone-before-keypath-eval.html">/IndexedDB/clone-before-keypath-eval.html</a></summary>


|                              Subtest                              | Results |                                            Messages                                           |
|-------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------|
|                                                                   | OK      |                                                                                               |
| `Key generator and key path validity check operates on a clone`   | FAIL    | `assert_equals: put() operation should access primary key property once expected 1 but got 2` |
| `Failing key path validity check operates on a clone`             | FAIL    | `assert_equals: put() operation should access primary key property once expected 1 but got 2` |
| `Index key path evaluations operate on a clone`                   | FAIL    | `assert_equals: put() should access index key property once expected 1 but got 2`             |
| `Store and index key path evaluations operate on the same clone`  | FAIL    | `assert_equals: put() should access primary key property once expected 1 but got 2`           |
| `Cursor update checks and keypath evaluations operate on a clone` | FAIL    | `assert_equals: put() should access primary key property once expected 1 but got 3`           |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/close-in-upgradeneeded.html">/IndexedDB/close-in-upgradeneeded.html</a></summary>


|                                   Subtest                                   | Results | Messages |
|-----------------------------------------------------------------------------|---------|----------|
|                                                                             | OK      |          |
| `When db.close is called in upgradeneeded, the db is cleaned up on refresh` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/cursor-overloads.htm">/IndexedDB/cursor-overloads.htm</a></summary>


|                                                   Subtest                                                   | Results | Messages |
|-------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                             | OK      |          |
| `Validate the overloads of IDBObjectStore.openCursor(), IDBIndex.openCursor() and IDBIndex.openKeyCursor()` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/delete-request-queue.html">/IndexedDB/delete-request-queue.html</a></summary>


|             Subtest              | Results | Messages |
|----------------------------------|---------|----------|
|                                  | OK      |          |
| `Deletes are processed in order` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/error-attributes.html">/IndexedDB/error-attributes.html</a></summary>


|                                 Subtest                                  | Results |                Messages                |
|--------------------------------------------------------------------------|---------|----------------------------------------|
|                                                                          | OK      |                                        |
| `IDBRequest and IDBTransaction error properties should be DOMExceptions` | FAIL    | `assert_true: expected true got false` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/event-dispatch-active-flag.html">/IndexedDB/event-dispatch-active-flag.html</a></summary>


|                      Subtest                       | Results |                                           Messages                                           |
|----------------------------------------------------|---------|----------------------------------------------------------------------------------------------|
|                                                    | OK      |                                                                                              |
| `Transactions are active during success handlers`  | FAIL    | `assert_true: Transaction should be active in handler's microtasks expected true got false`  |
| `Transactions are active during success listeners` | FAIL    | `assert_true: Transaction should be active in listener's microtasks expected true got false` |
| `Transactions are active during error handlers`    | FAIL    | `assert_true: Transaction should be active in handler's microtasks expected true got false`  |
| `Transactions are active during error listeners`   | FAIL    | `assert_true: Transaction should be active in listener's microtasks expected true got false` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/fire-error-event-exception.html">/IndexedDB/fire-error-event-exception.html</a></summary>


|                                        Subtest                                         | Results | Messages |
|----------------------------------------------------------------------------------------|---------|----------|
|                                                                                        | OK      |          |
| `Exception in error event handler on request`                                          | PASS    |          |
| `Exception in error event handler on request, with preventDefault`                     | PASS    |          |
| `Exception in error event listener on request`                                         | PASS    |          |
| `Exception in second error event listener on request`                                  | PASS    |          |
| `Exception in first error event listener on request, transaction active in second`     | PASS    |          |
| `Exception in error event handler on transaction`                                      | PASS    |          |
| `Exception in error event handler on transaction, with preventDefault`                 | PASS    |          |
| `Exception in error event listener on transaction`                                     | PASS    |          |
| `Exception in second error event listener on transaction`                              | PASS    |          |
| `Exception in first error event listener on transaction, transaction active in second` | PASS    |          |
| `Exception in error event handler on connection`                                       | PASS    |          |
| `Exception in error event handler on connection, with preventDefault`                  | PASS    |          |
| `Exception in error event listener on connection`                                      | PASS    |          |
| `Exception in second error event listener on connection`                               | PASS    |          |
| `Exception in first error event listener on connection, transaction active in second`  | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/fire-success-event-exception.html">/IndexedDB/fire-success-event-exception.html</a></summary>


|                             Subtest                              | Results | Messages |
|------------------------------------------------------------------|---------|----------|
|                                                                  | OK      |          |
| `Exception in success event handler on request`                  | PASS    |          |
| `Exception in success event listener on request`                 | PASS    |          |
| `Exception in second success event listener on request`          | PASS    |          |
| `Exception in first success event listener, tx active in second` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/fire-upgradeneeded-event-exception.html">/IndexedDB/fire-upgradeneeded-event-exception.html</a></summary>


|                             Subtest                              | Results | Messages |
|------------------------------------------------------------------|---------|----------|
|                                                                  | OK      |          |
| `Exception in upgradeneeded handler`                             | PASS    |          |
| `Exception in upgradeneeded listener`                            | PASS    |          |
| `Exception in second upgradeneeded listener`                     | PASS    |          |
| `Exception in first upgradeneeded listener, tx active in second` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idb-binary-key-detached.htm">/IndexedDB/idb-binary-key-detached.htm</a></summary>


|        Subtest         | Results |                                  Messages                                  |
|------------------------|---------|----------------------------------------------------------------------------|
|                        | OK      |                                                                            |
| `Detached ArrayBuffer` | FAIL    | `assert_throws: function "() => { store.put('', buffer); }" did not throw` |
| `Detached TypedArray`  | FAIL    | `assert_throws: function "() => { store.put('', array); }" did not throw`  |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idb-binary-key-roundtrip.htm">/IndexedDB/idb-binary-key-roundtrip.htm</a></summary>


|                                     Subtest                                     | Results |                           Messages                          |
|---------------------------------------------------------------------------------|---------|-------------------------------------------------------------|
|                                                                                 | OK      |                                                             |
| `Binary keys can be supplied using the view type Uint8Array`                    | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Uint8ClampedArray`             | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Int8Array`                     | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Uint16Array`                   | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Int16Array`                    | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Uint32Array`                   | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Int32Array`                    | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Float32Array`                  | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Binary keys can be supplied using the view type Float64Array`                  | FAIL    | `Data provided to an operation does not meet requirements.` |
| `ArrayBuffer can be used to supply a binary key`                                | FAIL    | `Data provided to an operation does not meet requirements.` |
| `DataView can be used to supply a binary key`                                   | FAIL    | `Data provided to an operation does not meet requirements.` |
| `DataView with explicit offset can be used to supply a binary key`              | FAIL    | `Data provided to an operation does not meet requirements.` |
| `DataView with explicit offset and length can be used to supply a binary key`   | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Uint8Array with explicit offset can be used to supply a binary key`            | FAIL    | `Data provided to an operation does not meet requirements.` |
| `Uint8Array with explicit offset and length can be used to supply a binary key` | FAIL    | `Data provided to an operation does not meet requirements.` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idb_webworkers.htm">/IndexedDB/idb_webworkers.htm</a></summary>


|              Subtest               | Results | Messages |
|------------------------------------|---------|----------|
|                                    | OK      |          |
| `IndexedDB inside of a WebWorker ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-advance-continue-async.htm">/IndexedDB/idbcursor-advance-continue-async.htm</a></summary>


|                      Subtest                       | Results | Messages |
|----------------------------------------------------|---------|----------|
|                                                    | OK      |          |
| `IDBCursor asyncness - advance`                    | PASS    |          |
| `IDBCursor asyncness - continue`                   | PASS    |          |
| `IDBCursor asyncness - fresh advance still async`  | PASS    |          |
| `IDBCursor asyncness - fresh continue still async` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-advance-exception-order.html">/IndexedDB/idbcursor-advance-exception-order.html</a></summary>


|                                        Subtest                                         | Results | Messages |
|----------------------------------------------------------------------------------------|---------|----------|
|                                                                                        | OK      |          |
| `IDBCursor.advance exception order: TypeError vs. TransactionInactiveError`            | PASS    |          |
| `IDBCursor.advance exception order: TransactionInactiveError vs. InvalidStateError #1` | PASS    |          |
| `IDBCursor.advance exception order: TransactionInactiveError vs. InvalidStateError #2` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-advance-invalid.htm">/IndexedDB/idbcursor-advance-invalid.htm</a></summary>


|                              Subtest                               | Results | Messages |
|--------------------------------------------------------------------|---------|----------|
|                                                                    | OK      |          |
| `IDBCursor.advance() - invalid - attempt to call advance twice`    | PASS    |          |
| `IDBCursor.advance() - invalid - pass something other than number` | PASS    |          |
| `IDBCursor.advance() - invalid - pass null/undefined`              | PASS    |          |
| `IDBCursor.advance() - invalid - missing argument`                 | PASS    |          |
| `IDBCursor.advance() - invalid - pass negative numbers`            | PASS    |          |
| `IDBCursor.advance() - invalid - got value not set on exception`   | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-advance.htm">/IndexedDB/idbcursor-advance.htm</a></summary>


|                                Subtest                                | Results | Messages |
|-----------------------------------------------------------------------|---------|----------|
|                                                                       | OK      |          |
| `IDBCursor.advance() - advances`                                      | PASS    |          |
| `IDBCursor.advance() - advances backwards`                            | PASS    |          |
| `IDBCursor.advance() - skip far forward`                              | PASS    |          |
| `IDBCursor.advance() - within range`                                  | PASS    |          |
| `IDBCursor.advance() - within single key range`                       | PASS    |          |
| `IDBCursor.advance() - within single key range, with several results` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-continue-exception-order.htm">/IndexedDB/idbcursor-continue-exception-order.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.continue exception order: TransactionInactiveError vs. DataError`         | PASS    |          |
| `IDBCursor.continue exception order: TransactionInactiveError vs. InvalidStateError` | PASS    |          |
| `IDBCursor.continue exception order: InvalidStateError vs. DataError`                | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-continue.htm">/IndexedDB/idbcursor-continue.htm</a></summary>


|                                Subtest                                 | Results | Messages |
|------------------------------------------------------------------------|---------|----------|
|                                                                        | OK      |          |
| `IDBCursor.continue() - continues`                                     | PASS    |          |
| `IDBCursor.continue() - with given key`                                | PASS    |          |
| `IDBCursor.continue() - skip far forward`                              | PASS    |          |
| `IDBCursor.continue() - within range`                                  | PASS    |          |
| `IDBCursor.continue() - within single key range`                       | PASS    |          |
| `IDBCursor.continue() - within single key range, with several results` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm">/IndexedDB/idbcursor-continuePrimaryKey-exception-order.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `TransactionInactiveError v.s. InvalidStateError(deleted index)`                     | PASS    |          |
| `InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)`        | PASS    |          |
| `InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect direction)`     | PASS    |          |
| `InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration complete)` | PASS    |          |
| `InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing)`  | PASS    |          |
| `InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing)`     | PASS    |          |
| `InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete)`    | PASS    |          |
| `InvalidStateError(iteration ongoing) v.s. DataError(unset key)`                     | PASS    |          |
| `InvalidStateError(iteration complete) v.s. DataError(unset key)`                    | PASS    |          |
| `DataError(unset key)`                                                               | PASS    |          |
| `DataError(unset primary key)`                                                       | PASS    |          |
| `DataError(keys are lower then current one) in 'next' direction`                     | PASS    |          |
| `DataError(keys are larger then current one) in 'prev' direction`                    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm">/IndexedDB/idbcursor-continuePrimaryKey-exceptions.htm</a></summary>


|                         Subtest                         | Results | Messages |
|---------------------------------------------------------|---------|----------|
|                                                         | OK      |          |
| `IDBCursor continuePrimaryKey() on object store cursor` | PASS    |          |
| `IDBCursor continuePrimaryKey() on "nextunique" cursor` | PASS    |          |
| `IDBCursor continuePrimaryKey() on "prevunique" cursor` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-continuePrimaryKey.htm">/IndexedDB/idbcursor-continuePrimaryKey.htm</a></summary>


|                      Subtest                       | Results |                                                   Messages                                                  |
|----------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------|
|                                                    | OK      |                                                                                                             |
| `IndexedDB: IDBCursor method continuePrimaryKey()` | FAIL    | `assert_equals: cursor => { cursor.continuePrimaryKey('a', 4); } - result primary key expected 1 but got 4` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-delete-exception-order.htm">/IndexedDB/idbcursor-delete-exception-order.htm</a></summary>


|                                    Subtest                                     | Results | Messages |
|--------------------------------------------------------------------------------|---------|----------|
|                                                                                | OK      |          |
| `IDBCursor.delete exception order: TransactionInactiveError vs. ReadOnlyError` | PASS    |          |
| `IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #1`     | PASS    |          |
| `IDBCursor.delete exception order: ReadOnlyError vs. InvalidStateError #2`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-direction-index-keyrange.htm">/IndexedDB/idbcursor-direction-index-keyrange.htm</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `IDBCursor direction - index with keyrange - next`       | PASS    |          |
| `IDBCursor direction - index with keyrange - prev`       | PASS    |          |
| `IDBCursor direction - index with keyrange - nextunique` | PASS    |          |
| `IDBCursor direction - index with keyrange - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-direction-index.htm">/IndexedDB/idbcursor-direction-index.htm</a></summary>


|                  Subtest                   | Results | Messages |
|--------------------------------------------|---------|----------|
|                                            | OK      |          |
| `IDBCursor direction - index - next`       | PASS    |          |
| `IDBCursor direction - index - prev`       | PASS    |          |
| `IDBCursor direction - index - nextunique` | PASS    |          |
| `IDBCursor direction - index - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-direction-objectstore-keyrange.htm">/IndexedDB/idbcursor-direction-objectstore-keyrange.htm</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `IDBCursor direction - object store with keyrange - next`       | PASS    |          |
| `IDBCursor direction - object store with keyrange - prev`       | PASS    |          |
| `IDBCursor direction - object store with keyrange - nextunique` | PASS    |          |
| `IDBCursor direction - object store with keyrange - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-direction-objectstore.htm">/IndexedDB/idbcursor-direction-objectstore.htm</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `IDBCursor direction - object store - next`       | PASS    |          |
| `IDBCursor direction - object store - prev`       | PASS    |          |
| `IDBCursor direction - object store - nextunique` | PASS    |          |
| `IDBCursor direction - object store - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-direction.htm">/IndexedDB/idbcursor-direction.htm</a></summary>


|              Subtest               | Results | Messages |
|------------------------------------|---------|----------|
|                                    | OK      |          |
| `IDBCursor.direction - undefined`  | PASS    |          |
| `IDBCursor.direction - next`       | PASS    |          |
| `IDBCursor.direction - prev`       | PASS    |          |
| `IDBCursor.direction - nextunique` | PASS    |          |
| `IDBCursor.direction - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-key.htm">/IndexedDB/idbcursor-key.htm</a></summary>


|         Subtest          | Results | Messages |
|--------------------------|---------|----------|
|                          | OK      |          |
| `IDBCursor.key - 1`      | PASS    |          |
| `IDBCursor.key - key`    | PASS    |          |
| `IDBCursor.key - my,key` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-primarykey.htm">/IndexedDB/idbcursor-primarykey.htm</a></summary>


|             Subtest             | Results | Messages |
|---------------------------------|---------|----------|
|                                 | OK      |          |
| `IDBCursor.primaryKey - 1`      | PASS    |          |
| `IDBCursor.primaryKey - key`    | PASS    |          |
| `IDBCursor.primaryKey - my,key` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-reused.htm">/IndexedDB/idbcursor-reused.htm</a></summary>


|        Subtest        | Results | Messages |
|-----------------------|---------|----------|
|                       | OK      |          |
| `IDBCursor is reused` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-source.htm">/IndexedDB/idbcursor-source.htm</a></summary>


|               Subtest               | Results | Messages |
|-------------------------------------|---------|----------|
|                                     | OK      |          |
| `IDBCursor.source - IDBObjectStore` | PASS    |          |
| `IDBCursor.source - IDBIndex`       | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor-update-exception-order.htm">/IndexedDB/idbcursor-update-exception-order.htm</a></summary>


|                                    Subtest                                     | Results | Messages |
|--------------------------------------------------------------------------------|---------|----------|
|                                                                                | OK      |          |
| `IDBCursor.update exception order: TransactionInactiveError vs. ReadOnlyError` | PASS    |          |
| `IDBCursor.update exception order: ReadOnlyError vs. InvalidStateError #1`     | PASS    |          |
| `IDBCursor.update exception order: ReadOnlyError vs. InvalidStateError #2`     | PASS    |          |
| `IDBCursor.update exception order: InvalidStateError vs. DataError`            | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index.htm">/IndexedDB/idbcursor_advance_index.htm</a></summary>


|                                      Subtest                                       | Results | Messages |
|------------------------------------------------------------------------------------|---------|----------|
|                                                                                    | OK      |          |
| `IDBCursor.advance() - index - iterate cursor number of times specified by count ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index2.htm">/IndexedDB/idbcursor_advance_index2.htm</a></summary>


|                                    Subtest                                     | Results | Messages |
|--------------------------------------------------------------------------------|---------|----------|
|                                                                                | OK      |          |
| `IDBCursor.advance() - attempt to pass a count parameter that is not a number` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index3.htm">/IndexedDB/idbcursor_advance_index3.htm</a></summary>


|                           Subtest                            | Results | Messages |
|--------------------------------------------------------------|---------|----------|
|                                                              | OK      |          |
| `IDBCursor.advance() - index - attempt to advance backwards` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index5.htm">/IndexedDB/idbcursor_advance_index5.htm</a></summary>


|                          Subtest                           | Results | Messages |
|------------------------------------------------------------|---------|----------|
|                                                            | OK      |          |
| `IDBCursor.advance() - index - iterate to the next record` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index6.htm">/IndexedDB/idbcursor_advance_index6.htm</a></summary>


|                     Subtest                     | Results | Messages |
|-------------------------------------------------|---------|----------|
|                                                 | OK      |          |
| `IDBCursor.advance() - index - throw TypeError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index7.htm">/IndexedDB/idbcursor_advance_index7.htm</a></summary>


|                            Subtest                             | Results | Messages |
|----------------------------------------------------------------|---------|----------|
|                                                                | OK      |          |
| `IDBCursor.advance() - index - throw TransactionInactiveError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index8.htm">/IndexedDB/idbcursor_advance_index8.htm</a></summary>


|                         Subtest                         | Results | Messages |
|---------------------------------------------------------|---------|----------|
|                                                         | OK      |          |
| `IDBCursor.advance() - index - throw InvalidStateError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_index9.htm">/IndexedDB/idbcursor_advance_index9.htm</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `IDBCursor.advance() - index - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_objectstore.htm">/IndexedDB/idbcursor_advance_objectstore.htm</a></summary>


|                                          Subtest                                           | Results | Messages |
|--------------------------------------------------------------------------------------------|---------|----------|
|                                                                                            | OK      |          |
| ` IDBCursor.advance() - object store - iterate cursor number of times specified by count ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_objectstore2.htm">/IndexedDB/idbcursor_advance_objectstore2.htm</a></summary>


|                        Subtest                         | Results | Messages |
|--------------------------------------------------------|---------|----------|
|                                                        | OK      |          |
| `IDBCursor.advance() - object store - throw TypeError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_objectstore3.htm">/IndexedDB/idbcursor_advance_objectstore3.htm</a></summary>


|                                Subtest                                | Results | Messages |
|-----------------------------------------------------------------------|---------|----------|
|                                                                       | OK      |          |
| `IDBCursor.advance() - object store - throw TransactionInactiveError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_objectstore4.htm">/IndexedDB/idbcursor_advance_objectstore4.htm</a></summary>


|                            Subtest                             | Results | Messages |
|----------------------------------------------------------------|---------|----------|
|                                                                | OK      |          |
| `IDBCursor.advance() - object store - throw InvalidStateError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_advance_objectstore5.htm">/IndexedDB/idbcursor_advance_objectstore5.htm</a></summary>


|                                              Subtest                                               | Results | Messages |
|----------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                    | OK      |          |
| `IDBCursor.advance() - object store - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index.htm">/IndexedDB/idbcursor_continue_index.htm</a></summary>


|                           Subtest                           | Results | Messages |
|-------------------------------------------------------------|---------|----------|
|                                                             | OK      |          |
| `IDBCursor.continue() - index - iterate to the next record` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index2.htm">/IndexedDB/idbcursor_continue_index2.htm</a></summary>


|                                         Subtest                                          | Results | Messages |
|------------------------------------------------------------------------------------------|---------|----------|
|                                                                                          | OK      |          |
| `IDBCursor.continue() - index - attempt to pass a key parameter that is not a valid key` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index3.htm">/IndexedDB/idbcursor_continue_index3.htm</a></summary>


|                                                          Subtest                                                          | Results | Messages |
|---------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                           | OK      |          |
| `IDBCursor.continue() - index - attempt to iterate to the previous record when the direction is set for the next record ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index4.htm">/IndexedDB/idbcursor_continue_index4.htm</a></summary>


|                                                         Subtest                                                          | Results | Messages |
|--------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                          | OK      |          |
| `IDBCursor.continue() - index - attempt to iterate to the next record when the direction is set for the previous record` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index5.htm">/IndexedDB/idbcursor_continue_index5.htm</a></summary>


|                           Subtest                           | Results | Messages |
|-------------------------------------------------------------|---------|----------|
|                                                             | OK      |          |
| `IDBCursor.continue() - index - iterate using 'prevunique'` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index6.htm">/IndexedDB/idbcursor_continue_index6.htm</a></summary>


|                          Subtest                          | Results | Messages |
|-----------------------------------------------------------|---------|----------|
|                                                           | OK      |          |
| `IDBCursor.continue() - index - iterate using nextunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index7.htm">/IndexedDB/idbcursor_continue_index7.htm</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `IDBCursor.continue() - index - throw TransactionInactiveError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_index8.htm">/IndexedDB/idbcursor_continue_index8.htm</a></summary>


|                                           Subtest                                            | Results | Messages |
|----------------------------------------------------------------------------------------------|---------|----------|
|                                                                                              | OK      |          |
| `IDBCursor.continue() - index - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_invalid.htm">/IndexedDB/idbcursor_continue_invalid.htm</a></summary>


|                           Subtest                           | Results | Messages |
|-------------------------------------------------------------|---------|----------|
|                                                             | OK      |          |
| `IDBCursor.continue() - attempt to call continue two times` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore.htm">/IndexedDB/idbcursor_continue_objectstore.htm</a></summary>


|                              Subtest                               | Results | Messages |
|--------------------------------------------------------------------|---------|----------|
|                                                                    | OK      |          |
| `IDBCursor.continue() - object store - iterate to the next record` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore2.htm">/IndexedDB/idbcursor_continue_objectstore2.htm</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `IDBCursor.continue() - object store - attempt to pass a key parameter is not a valid key ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore3.htm">/IndexedDB/idbcursor_continue_objectstore3.htm</a></summary>


|                                                             Subtest                                                             | Results | Messages |
|---------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                 | OK      |          |
| `IDBCursor.continue() - object store - attempt to iterate to the previous record when the direction is set for the next record` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore4.htm">/IndexedDB/idbcursor_continue_objectstore4.htm</a></summary>


|                                                             Subtest                                                              | Results | Messages |
|----------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                  | OK      |          |
| `IDBCursor.continue() - object store - attempt to iterate to the next record when the direction is set for the previous record ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore5.htm">/IndexedDB/idbcursor_continue_objectstore5.htm</a></summary>


|                                Subtest                                 | Results | Messages |
|------------------------------------------------------------------------|---------|----------|
|                                                                        | OK      |          |
| `IDBCursor.continue() - object store - throw TransactionInactiveError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_continue_objectstore6.htm">/IndexedDB/idbcursor_continue_objectstore6.htm</a></summary>


|                                               Subtest                                               | Results | Messages |
|-----------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                     | OK      |          |
| `IDBCursor.continue() - object store - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_index.htm">/IndexedDB/idbcursor_delete_index.htm</a></summary>


|                               Subtest                                | Results | Messages |
|----------------------------------------------------------------------|---------|----------|
|                                                                      | OK      |          |
| `IDBCursor.delete() - index - remove a record from the object store` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_index2.htm">/IndexedDB/idbcursor_delete_index2.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.delete() - index - attempt to remove a record in a read-only transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_index3.htm">/IndexedDB/idbcursor_delete_index3.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.delete() - index - attempt to remove a record in an inactive transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_index4.htm">/IndexedDB/idbcursor_delete_index4.htm</a></summary>


|                                          Subtest                                           | Results | Messages |
|--------------------------------------------------------------------------------------------|---------|----------|
|                                                                                            | OK      |          |
| `IDBCursor.delete() - index - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_index5.htm">/IndexedDB/idbcursor_delete_index5.htm</a></summary>


|                                         Subtest                                          | Results | Messages |
|------------------------------------------------------------------------------------------|---------|----------|
|                                                                                          | OK      |          |
| `IDBCursor.delete() - index - throw InvalidStateError when the cursor is being iterated` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_objectstore.htm">/IndexedDB/idbcursor_delete_objectstore.htm</a></summary>


|                                   Subtest                                    | Results | Messages |
|------------------------------------------------------------------------------|---------|----------|
|                                                                              | OK      |          |
| `IDBCursor.delete() - object store - remove a record from the object store ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_objectstore2.htm">/IndexedDB/idbcursor_delete_objectstore2.htm</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `IDBCursor.delete() - object store - attempt to remove a record in a read-only transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_objectstore3.htm">/IndexedDB/idbcursor_delete_objectstore3.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.delete() - index - attempt to remove a record in an inactive transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_objectstore4.htm">/IndexedDB/idbcursor_delete_objectstore4.htm</a></summary>


|                                              Subtest                                              | Results | Messages |
|---------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                   | OK      |          |
| `IDBCursor.delete() - object store - throw InvalidStateError caused by object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_delete_objectstore5.htm">/IndexedDB/idbcursor_delete_objectstore5.htm</a></summary>


|                                             Subtest                                             | Results | Messages |
|-------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                 | OK      |          |
| `IDBCursor.delete() - object store - throw InvalidStateError when the cursor is being iterated` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_iterating.htm">/IndexedDB/idbcursor_iterating.htm</a></summary>


|                                    Subtest                                    | Results | Messages |
|-------------------------------------------------------------------------------|---------|----------|
|                                                                               | OK      |          |
| `IDBCursor.continue() - objectstore - delete next element, and iterate to it` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_iterating_index.htm">/IndexedDB/idbcursor_iterating_index.htm</a></summary>


|                                 Subtest                                 | Results | Messages |
|-------------------------------------------------------------------------|---------|----------|
|                                                                         | OK      |          |
| `IDBCursor.continue() - index - delete next element, and iterate to it` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_iterating_index2.htm">/IndexedDB/idbcursor_iterating_index2.htm</a></summary>


|                               Subtest                                | Results | Messages |
|----------------------------------------------------------------------|---------|----------|
|                                                                      | OK      |          |
| `IDBCursor.continue() - index - add next element, and iterate to it` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_iterating_objectstore.htm">/IndexedDB/idbcursor_iterating_objectstore.htm</a></summary>


|                                    Subtest                                    | Results | Messages |
|-------------------------------------------------------------------------------|---------|----------|
|                                                                               | OK      |          |
| `IDBCursor.continue() - objectstore - delete next element, and iterate to it` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_iterating_objectstore2.htm">/IndexedDB/idbcursor_iterating_objectstore2.htm</a></summary>


|                                  Subtest                                   | Results | Messages |
|----------------------------------------------------------------------------|---------|----------|
|                                                                            | OK      |          |
| `IDBCursor.continue() - objectstore - add next element, and iterate to it` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index.htm">/IndexedDB/idbcursor_update_index.htm</a></summary>


|                               Subtest                               | Results | Messages |
|---------------------------------------------------------------------|---------|----------|
|                                                                     | OK      |          |
| `IDBCursor.update() - index - modify a record in the object store ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index2.htm">/IndexedDB/idbcursor_update_index2.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.update() - index - attempt to modify a record in a read-only transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index3.htm">/IndexedDB/idbcursor_update_index3.htm</a></summary>


|                                       Subtest                                        | Results | Messages |
|--------------------------------------------------------------------------------------|---------|----------|
|                                                                                      | OK      |          |
| `IDBCursor.update() - index - attempt to modify a record in an inactive transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index4.htm">/IndexedDB/idbcursor_update_index4.htm</a></summary>


|                                         Subtest                                          | Results | Messages |
|------------------------------------------------------------------------------------------|---------|----------|
|                                                                                          | OK      |          |
| `IDBCursor.update() - index - attempt to modify a record when object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index5.htm">/IndexedDB/idbcursor_update_index5.htm</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `IDBCursor.update() - index - throw DataCloneError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index6.htm">/IndexedDB/idbcursor_update_index6.htm</a></summary>


|                  Subtest                   | Results | Messages |
|--------------------------------------------|---------|----------|
|                                            | OK      |          |
| `IDBCursor.update() - index - no argument` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index7.htm">/IndexedDB/idbcursor_update_index7.htm</a></summary>


|                    Subtest                     | Results | Messages |
|------------------------------------------------|---------|----------|
|                                                | OK      |          |
| `IDBCursor.update() - index - throw DataError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_index8.htm">/IndexedDB/idbcursor_update_index8.htm</a></summary>


|                                         Subtest                                          | Results | Messages |
|------------------------------------------------------------------------------------------|---------|----------|
|                                                                                          | OK      |          |
| `IDBCursor.update() - index - throw InvalidStateError when the cursor is being iterated` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore.htm">/IndexedDB/idbcursor_update_objectstore.htm</a></summary>


|                                  Subtest                                  | Results | Messages |
|---------------------------------------------------------------------------|---------|----------|
|                                                                           | OK      |          |
| `IDBCursor.update() - objectstore - modify a record in the object store ` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore2.htm">/IndexedDB/idbcursor_update_objectstore2.htm</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `IDBCursor.update() - object store - attempt to modify a record in a read-only transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore3.htm">/IndexedDB/idbcursor_update_objectstore3.htm</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `IDBCursor.update() - object store - attempt to modify a record in an inactive transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore4.htm">/IndexedDB/idbcursor_update_objectstore4.htm</a></summary>


|                              Subtest                               | Results | Messages |
|--------------------------------------------------------------------|---------|----------|
|                                                                    | OK      |          |
| `IDBCursor.update() - index - modify a record in the object store` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore5.htm">/IndexedDB/idbcursor_update_objectstore5.htm</a></summary>


|                                             Subtest                                              | Results | Messages |
|--------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                  | OK      |          |
| `IDBCursor.update() - object store - attempt to  modify a record when object store been deleted` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore6.htm">/IndexedDB/idbcursor_update_objectstore6.htm</a></summary>


|                          Subtest                           | Results | Messages |
|------------------------------------------------------------|---------|----------|
|                                                            | OK      |          |
| `IDBCursor.update() - object store - throw DataCloneError` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5644/IndexedDB/idbcursor_update_objectstore7.htm">/IndexedDB/idbcursor_update_objectstore7.htm</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `IDBCursor.update() - object store - no argument` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/56

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5644#issuecomment-296316315

Received on Friday, 21 April 2017 22:05:43 UTC