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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 4c46531e18fe3f7be6805ef8a29383584e9756a5
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/4591/html/semantics/forms/the-input-element/week.html">/html/semantics/forms/the-input-element/week.html</a></summary>


|                      Subtest                       | Results |
|----------------------------------------------------|---------|
|                                                    | OK      |
| `Invalid value: no week number`                    | PASS    |
| `2015 has 53 weeks: Value should be 2015-W53`      | PASS    |
| `Invalid value: yearless week`                     | PASS    |
| `Invalid value: yearless week and no '-' (U+002D)` | PASS    |
| `Invalid value: year only`                         | PASS    |
| `Valid value: Value should be 2014-W52`            | PASS    |
| `2014 has 52 weeks: Value should be empty`         | PASS    |
| `Value < min attribute`                            | PASS    |
| `Invalid value: no '-' (U+002D)`                   | PASS    |
| `Value >= min attribute`                           | PASS    |
| `empty value`                                      | PASS    |
| `Value <= max attribute`                           | PASS    |
| `Value > max attribute`                            | PASS    |

</details>


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

Received on Friday, 20 January 2017 21:10:40 UTC