| 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");
|
|
|