| Index: LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt (revision 122851)
|
| +++ LayoutTests/fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt (working copy)
|
| @@ -49,6 +49,10 @@
|
| PASS input.min = "0"; stepUp("9", "10", "") is "10"
|
| PASS stepDown("19", "10", "0") is "10"
|
| PASS stepUp("89", "10", "99") is "90"
|
| +PASS stepUp("7", "300", "") is "300"
|
| +PASS stepUp("-7", "300", "") is "0"
|
| +PASS stepDown("7", "300", "") is "0"
|
| +PASS stepDown("-7", "300", "") is "-300"
|
| Huge value and small step
|
| PASS input.min = ""; stepUp("1e+38", "1", "", 999) is "1e+38"
|
| PASS input.max = ""; stepDown("1e+38", "1", "", 999) is "1e+38"
|
|
|