Re: [IndexedDB-tests] Upstream IndexedDB bindings edge case tests to WPT. (#4685)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 09891d0bf4d360551d5041f4894f65f5cd9afc8a
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4685/IndexedDB/keypath-exceptions.htm">/IndexedDB/keypath-exceptions.htm</a></summary>


|                                  Subtest                                   | Results |
|----------------------------------------------------------------------------|---------|
|                                                                            | OK      |
| `Key path evaluation: Exceptions from non-enumerable getters on prototype` | FAIL    |
| `Key path evaluation: Exceptions from enumerable getters on prototype`     | FAIL    |
| `The last element of keypath is validated`                                 | PASS    |
| `Key path evaluation: Exceptions from non-enumerable getters`              | FAIL    |
| `Array key conversion should not invoke prototype getters`                 | PASS    |
| `Key path evaluation: Exceptions from enumerable getters`                  | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4685/IndexedDB/keypath-special-identifiers.htm">/IndexedDB/keypath-special-identifiers.htm</a></summary>


|                  Subtest                   | Results |
|--------------------------------------------|---------|
|                                            | OK      |
| `Type: Blob, identifier: type`             | PASS    |
| `Type: File, identifier: lastModifiedDate` | PASS    |
| `Type: File, identifier: name`             | PASS    |
| `Type: Array, identifier: length`          | PASS    |
| `Type: File, identifier: lastModified`     | PASS    |
| `Type: Blob, identifier: size`             | PASS    |
| `Type: String, identifier: length`         | FAIL    |

</details>

<details>

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


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

</details>


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

Received on Wednesday, 1 February 2017 04:29:55 UTC