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". |