| OLD | NEW |
| 1 CONSOLE WARNING: The specified value '0' does not conform to the required format
. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers. | 1 CONSOLE WARNING: The specified value "0" does not conform to the required format
. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers. |
| 2 Tests for .valueAsNumber with non-supported input types. | 2 Tests for .valueAsNumber with non-supported input types. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 Check for type=button | 7 Check for type=button |
| 8 PASS input.valueAsNumber is Number.NaN | 8 PASS input.valueAsNumber is Number.NaN |
| 9 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. | 9 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. |
| 10 Check for type=checkbox | 10 Check for type=checkbox |
| 11 PASS input.valueAsNumber is Number.NaN | 11 PASS input.valueAsNumber is Number.NaN |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 Check for type=text | 49 Check for type=text |
| 50 PASS input.valueAsNumber is Number.NaN | 50 PASS input.valueAsNumber is Number.NaN |
| 51 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. | 51 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. |
| 52 Check for type=url | 52 Check for type=url |
| 53 PASS input.valueAsNumber is Number.NaN | 53 PASS input.valueAsNumber is Number.NaN |
| 54 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. | 54 PASS input.valueAsNumber = 0 threw exception InvalidStateError: Failed to set th
e 'valueAsNumber' property on 'HTMLInputElement': This input element does not su
pport Number values.. |
| 55 PASS successfullyParsed is true | 55 PASS successfullyParsed is true |
| 56 | 56 |
| 57 TEST COMPLETE | 57 TEST COMPLETE |
| 58 | 58 |
| OLD | NEW |