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

Unified Diff: LayoutTests/fast/forms/number/number-validity-badinput-expected.txt

Issue 1100273002: input[type=number] UI should reject invalid characters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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-validity-badinput-expected.txt
diff --git a/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt b/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
index 4269b3e0e6b0b8a3d0ac4570897403fa18573bb2..ca657a51edf11b23e9779f70529bb871422eb987 100644
--- a/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
+++ b/LayoutTests/fast/forms/number/number-validity-badinput-expected.txt
@@ -15,14 +15,14 @@ Type '1' additionally. The element becomes valid.
PASS colorOf(number) is not invalidStyleColor
PASS number.validity.badInput is false
PASS number.value is "-1"
-Type 'a' additionally. The element becomes badInput again.
+Type '-' additionally. The element becomes badInput again.
PASS colorOf(number) is invalidStyleColor
PASS number.validity.badInput is true
PASS number.value is ""
The element losts focus. The element state should not be changed.
PASS colorOf(number) is invalidStyleColor
PASS number.validity.badInput is true
-PASS document.getSelection().toString() is "-1a"
+PASS document.getSelection().toString() is "-1-"
PASS number.value is ""
The element losts a renderer. The element state should not be changed.
PASS number.style.display = "none"; number.validity.badInput is true
« no previous file with comments | « LayoutTests/fast/forms/number/number-validity-badinput.html ('k') | LayoutTests/fast/forms/validationMessage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698