| OLD | NEW |
| 1 CONSOLE WARNING: line 5: The specified value "ABC" is not a valid number. The va
lue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][
-+]?\d+)? | 1 CONSOLE WARNING: line 5: The specified value "ABC" is not a valid number. The va
lue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][
-+]?\d+)? |
| 2 Tests that invalid values are considered in-range. | 2 Tests that invalid values are considered in-range. |
| 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 PASS document.querySelector("input[type=number]:in-range").id is "number1" | 7 PASS document.querySelector("input[type=number]:in-range").id is "number1" |
| 8 PASS document.querySelector("input[type=range]:in-range").id is "range1" | 8 PASS document.querySelector("input[type=range]:in-range").id is "range1" |
| 9 PASS document.querySelectorAll(":in-range").length is 2 | 9 PASS document.querySelectorAll(":in-range").length is 2 |
| 10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 11 | 11 |
| 12 TEST COMPLETE | 12 TEST COMPLETE |
| 13 | 13 |
| OLD | NEW |