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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html

Issue 2918033003: Input type check comparision should be an ASCII case-insensitive match. (Closed)
Patch Set: updated patch#3 Created 3 years, 6 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: third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html
index 672999f426512da40b0f695d7dd44095a7cef2d0..9067b49d8e281207ebbaae0a492c97af38ebdc7d 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3.html
@@ -32,6 +32,7 @@ check(" text ", "text", " text ");
check("button", "button");
check(" button ", "text", " button ");
check("checkbox", "checkbox");
+check("chec\u212Abox", "text", "chec\u212Abox");
check("email", "email");
check("file", "file");
check("hidden", "hidden");

Powered by Google App Engine
This is Rietveld 408576698