Re: [html-tests] Test that HTMLInputElement.labels is null when type=hidden, but [SameObject] otherwise (#4804)

# Firefox (nightly channel) #
Testing web-platform-tests at revision e777058b30f21fe28a1550458ef0779be52c4635
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/4804/html/semantics/forms/the-label-element/labelable-elements.html">/html/semantics/forms/the-label-element/labelable-elements.html</a></summary>


|                              Subtest                               | Results |
|--------------------------------------------------------------------|---------|
|                                                                    | OK      |
| `Check if the img element is not a labelable element`              | PASS    |
| `Check if the select element is a labelable element`               | PASS    |
| `Check if the hidden input element has null 'labels'`              | FAIL    |
| `Check if the object element can access 'labels'`                  | PASS    |
| `Check if the meter element can access 'labels'`                   | FAIL    |
| `Check if the textarea element can access 'labels'`                | FAIL    |
| `Check if the progress element is a labelable element`             | PASS    |
| `Check if the button element can access 'labels'`                  | FAIL    |
| `Check if the input element in radio state can access 'labels'`    | FAIL    |
| `Check if the input element in radio state is a labelable element` | PASS    |
| `Check if the label element can access 'labels'`                   | PASS    |
| `Check if the textarea element is a labelable form-element`        | PASS    |
| `Check if the meter element is a labelable element`                | PASS    |
| `Check if the hidden input element is not a labelable element.`    | PASS    |
| `Check if the button element is a labelable element`               | PASS    |
| `Check if the fieldset element is not a labelable element`         | PASS    |
| `Check if the keygen element is not a labelable element`           | FAIL    |
| `Check if the fieldset element can access 'labels'`                | PASS    |
| `Check if the keygen element can access 'labels'`                  | PASS    |
| `Check if the output element is a labelable element`               | PASS    |
| `Check if the progress element can access 'labels'`                | FAIL    |
| `Check if the img element can access 'labels'`                     | PASS    |
| `Check if the object element is not a labelable element`           | PASS    |
| `Check if the select element can access 'labels'`                  | FAIL    |
| `Check if the label element is not a labelable element`            | PASS    |
| `Check if the output element can access 'labels'`                  | FAIL    |

</details>

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

Received on Monday, 13 February 2017 02:40:07 UTC