Re: [html-tests] When type="number", HTMLInputElement.value uses strict parsing & doesn't clamp (#4593)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 7234ced36eeaa4d9404b05646a49b21b3d87c2b2
Using browser at version BuildID 20170119222621; SourceStamp a3978751f45108ff1ae002ecebdc0fa23fc52b84
Starting 10 test iterations
All results were stable

## All results ##

<details>

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


|                         Subtest                          | Results |
|----------------------------------------------------------|---------|
|                                                          | OK      |
| `value = NaN`                                            | PASS    |
| `value = '-'`                                            | PASS    |
| `value = 1e2`                                            | PASS    |
| `value with a leading whitespace`                        | PASS    |
| `value ending with '.'`                                  | PASS    |
| `Value > max attribute`                                  | PASS    |
| `value = -11111`                                         | PASS    |
| `value = 1E2`                                            | PASS    |
| `value = 1e`                                             | PASS    |
| `value = -0`                                             | PASS    |
| `value = +1`                                             | FAIL    |
| `Value <= max attribute`                                 | PASS    |
| `empty value`                                            | PASS    |
| `value = -11111.123`                                     | PASS    |
| `value is not a valid floating-point number: 1d+2`       | PASS    |
| `value >= Number.MAX_VALUE`                              | FAIL    |
| `value = 2^53+1`                                         | PASS    |
| `value = 11.12`                                          | PASS    |
| `Value < min attribute`                                  | PASS    |
| `value with a leading '.'`                               | PASS    |
| `value = 1trailing junk`                                 | PASS    |
| `value = 11`                                             | PASS    |
| `value = '+'`                                            | PASS    |
| `value = -Infinity`                                      | PASS    |
| `value not a valid floating-point number: random string` | PASS    |
| `value = 1e-2`                                           | PASS    |
| `Value >= min attribute`                                 | PASS    |
| `value = 1e+2`                                           | PASS    |
| ` value = Infinity`                                      | PASS    |

</details>


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

Received on Friday, 20 January 2017 22:56:53 UTC