Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: LayoutTests/fast/forms/number/number-skip-spaces-in-user-input-expected.txt

Issue 235273003: parsing input type=number should skip spaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated review comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « LayoutTests/fast/forms/number/number-skip-spaces-in-user-input.html ('k') | Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698