Re: [IndexedDB-tests] IndexedDB: Add tests for HTML/DOM monkey patches (#4643)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 2613e0d245767eceefb9ac1509f8916ffd9a98a8
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>5 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/4643/IndexedDB/fire-error-event-exception.html">/IndexedDB/fire-error-event-exception.html</a></summary>


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

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


|                         Subtest                         | Results |
|---------------------------------------------------------|---------|
|                                                         | OK      |
| `Exception in second success event listener on request` | PASS    |
| `Exception in success event handler on request`         | PASS    |
| `Exception in success event listener on request`        | PASS    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4643/IndexedDB/transaction-deactivation-timing.html">/IndexedDB/transaction-deactivation-timing.html</a></summary>


|                                       Subtest                                       | Results |
|-------------------------------------------------------------------------------------|---------|
|                                                                                     | OK      |
| `Deactivation of new transactions happens at end of invocation`                     | FAIL    |
| `New transactions are not deactivated until after the microtask checkpoint`         | FAIL    |
| `New transactions are deactivated before next task`                                 | PASS    |
| `New transactions from microtask are still active through the microtask checkpoint` | FAIL    |
| `New transactions from microtask are deactivated before next task`                  | PASS    |

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


|                      Subtest                       | Results |
|----------------------------------------------------|---------|
|                                                    | OK      |
| `Transactions are active during error handlers`    | FAIL    |
| `Transactions are active during success listeners` | FAIL    |
| `Transactions are active during error listeners`   | FAIL    |
| `Transactions are active during success handlers`  | FAIL    |

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


|                   Subtest                    | Results |
|----------------------------------------------|---------|
|                                              | OK      |
| `Exception in upgradeneeded listener`        | PASS    |
| `Exception in upgradeneeded handler`         | PASS    |
| `Exception in second upgradeneeded listener` | PASS    |

</details>
</details>

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

Received on Friday, 17 February 2017 18:42:26 UTC