Re: [html-media-capture-tests] Adapt html-media-capture tests to latest spec (#5312)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision cc8bef3d86b57ae28723f2a7d3a0a478d1f0497a
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5312/html-media-capture/capture_reflect.html">/html-media-capture/capture_reflect.html</a></summary>


|                                     Subtest                                      | Results |                                    Messages                                    |
|----------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------|
|                                                                                  | OK      |                                                                                |
| `Element input should have own property capture`                                 | FAIL    | `assert_true: expected true got false`                                         |
| `input.capture is "" when the capture attribute is absent`                       | FAIL    | `assert_equals: expected (string) "" but got (undefined) undefined`            |
| `input.capture is "" when the capture attribute is missing value default`        | FAIL    | `assert_equals: expected (string) "" but got (undefined) undefined`            |
| `input.capture is "user" when the capture attribute is user`                     | FAIL    | `assert_equals: expected (string) "user" but got (undefined) undefined`        |
| `input.capture is "invalid" when the capture attribute is invalid value default` | FAIL    | `assert_equals: expected (string) "invalid" but got (undefined) undefined`     |
| `input.capture is "environment" when the capture attribute is environment`       | FAIL    | `assert_equals: expected (string) "environment" but got (undefined) undefined` |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5312/html-media-capture/idlharness.html">/html-media-capture/idlharness.html</a></summary>


|                                                     Subtest                                                      | Results |                                          Messages                                          |
|------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------|
|                                                                                                                  | OK      |                                                                                            |
| `HTMLInputElement interface: attribute capture`                                                                  | FAIL    | `assert_true: The prototype object must have a property "capture" expected true got false` |
| `HTMLInputElement must be primary interface of [object HTMLInputElement]`                                        | PASS    |                                                                                            |
| `Stringification of [object HTMLInputElement]`                                                                   | PASS    |                                                                                            |
| `HTMLInputElement interface: [object HTMLInputElement] must inherit property "capture" with the proper type (0)` | FAIL    | `assert_inherits: property "capture" not found in prototype chain`                         |

</details>
</details>

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

Received on Saturday, 1 April 2017 05:55:51 UTC