Re: [html-tests] the-input-element/number.html: Fix broken spec link (#4592)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 933959ef307fa2e1ad1e9ed08697e860868b754b
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/4592/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`                        | FAIL    |
| `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`                                         | FAIL    |
| `value = 11.12`                                          | PASS    |
| `Value < min attribute`                                  | PASS    |
| `value with a leading '.'`                               | PASS    |
| `value = 1trailing junk`                                 | FAIL    |
| `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/4592#issuecomment-274197448

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