Index: LayoutTests/fast/forms/number/number-skip-spaces-in-user-input-expected.txt |
diff --git a/LayoutTests/accessibility/crash-with-noelement-selectbox-expected.txt b/LayoutTests/fast/forms/number/number-skip-spaces-in-user-input-expected.txt |
similarity index 55% |
copy from LayoutTests/accessibility/crash-with-noelement-selectbox-expected.txt |
copy to LayoutTests/fast/forms/number/number-skip-spaces-in-user-input-expected.txt |
index 9a6bdaaf2391546aaa927eff411eecfbe8cd18cd..4e5afefc08db2decf5431d266272e7947e7f3a7f 100644 |
--- a/LayoutTests/accessibility/crash-with-noelement-selectbox-expected.txt |
+++ b/LayoutTests/fast/forms/number/number-skip-spaces-in-user-input-expected.txt |
@@ -1,5 +1,4 @@ |
- |
-This tests that there's no crash when accessising the stringValue of a menu list that has no elements. |
+should skip spaces from user input number |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -7,4 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS successfullyParsed is true |
TEST COMPLETE |
+PASS input.valueAsNumber is 123456 |
+PASS input.value is "123456" |