| OLD | NEW |
| 1 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 1 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 2 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 2 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 3 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 3 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 4 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 4 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 5 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 5 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 6 CONSOLE WARNING: The specified value "foo" is not a valid number. The value must
match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE][-+]?\d+)
? | 6 CONSOLE WARNING: line 24: The specified value "foo" is not a valid number. The v
alue must match to the following regular expression: -?(\d+|\d+\.\d+|\.\d+)([eE]
[-+]?\d+)? |
| 7 Check stepping-up and -down for number input from renderer. | 7 Check stepping-up and -down for number input from renderer. |
| 8 | 8 |
| 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 10 | 10 |
| 11 | 11 |
| 12 Number type | 12 Number type |
| 13 Function arguments are (value, step, {min or max}, [stepCount]). | 13 Function arguments are (value, step, {min or max}, [stepCount]). |
| 14 Invalid value | 14 Invalid value |
| 15 PASS stepUp("", null, null) is "1" | 15 PASS stepUp("", null, null) is "1" |
| 16 PASS stepDown("", null, null) is "-1" | 16 PASS stepDown("", null, null) is "-1" |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 PASS stepDownExplicitBounds(1, 4, 1, 0) is "0" | 89 PASS stepDownExplicitBounds(1, 4, 1, 0) is "0" |
| 90 PASS stepDownExplicitBounds(-4, -1, 1, 0) is "-1" | 90 PASS stepDownExplicitBounds(-4, -1, 1, 0) is "-1" |
| 91 PASS stepUpExplicitBounds(-4, -1, 1, 0) is "0" | 91 PASS stepUpExplicitBounds(-4, -1, 1, 0) is "0" |
| 92 PASS stepUpExplicitBounds(-100, null, 3, 3) is "5" | 92 PASS stepUpExplicitBounds(-100, null, 3, 3) is "5" |
| 93 PASS stepDownExplicitBounds(-100, null, 3, 3) is "2" | 93 PASS stepDownExplicitBounds(-100, null, 3, 3) is "2" |
| 94 | 94 |
| 95 PASS successfullyParsed is true | 95 PASS successfullyParsed is true |
| 96 | 96 |
| 97 TEST COMPLETE | 97 TEST COMPLETE |
| 98 | 98 |
| OLD | NEW |