Re: [html-tests] <input type="time"> does not clamp its value (#4582)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 9e45d15ae61891bc262df7bb8f08e3f0f7a1f303
Using browser at version BuildID 20170118211214; SourceStamp a5253dce8b67c2248d7b92ef664a6dd6664e7609
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4582/html/semantics/forms/the-input-element/time-2.html">/html/semantics/forms/the-input-element/time-2.html</a></summary>


|                                           Subtest                                           | Results |
|---------------------------------------------------------------------------------------------|---------|
|                                                                                             | OK      |
| `Invalid value: hour > 23. Value should be empty`                                           | PASS    |
| `Valid value: value should be 00:00:00`                                                     | PASS    |
| `Value < min attribute`                                                                     | PASS    |
| `Valid value: value should be 00:00:00.000`                                                 | PASS    |
| `Invalid value: minutes should have two ASCII digits. Value should be empty`                | PASS    |
| `Valid value: value should be 00:00:00.0`                                                   | PASS    |
| `Invalid value: second > 59. Value should be empty`                                         | PASS    |
| `Invalid value: seconds should have two ASCII digits. Value should be empty`                | PASS    |
| `Invalid value: hour should have two ASCII digits. Value should be empty`                   | PASS    |
| `Value >= min attribute`                                                                    | PASS    |
| `Value > max attribute`                                                                     | PASS    |
| `Invalid value: fraction should have one, two or three ASCII digits. Value should be empty` | PASS    |
| `Invalid value: minute > 59. Value should be empty`                                         | PASS    |
| `Value <= max attribute`                                                                    | PASS    |
| `empty value`                                                                               | PASS    |
| `Valid value: value should be 00:00:00.00`                                                  | PASS    |
| `Valid value: value should be 00:00`                                                        | PASS    |

</details>


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

Received on Friday, 20 January 2017 09:05:29 UTC