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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
index 3ff42460e8520331fa85498c823937bb7e52aa75..60d15b76a242a8023f8128d987e60ba5f6959d26 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/input-type-change3-expected.txt
@@ -17,6 +17,8 @@ PASS input.type for " button " is correctly "text".
PASS input.getAttribute("type") for " button " is correctly " button ".
PASS input.type for "checkbox" is correctly "checkbox".
PASS input.getAttribute("type") for "checkbox" is correctly "checkbox".
+PASS input.type for "checKbox" is correctly "text".
+PASS input.getAttribute("type") for "checKbox" is correctly "checKbox".
PASS input.type for "email" is correctly "email".
PASS input.getAttribute("type") for "email" is correctly "email".
PASS input.type for "file" is correctly "file".

Powered by Google App Engine
This is Rietveld 408576698