| Index: Source/WebKit/chromium/tests/WebViewTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebViewTest.cpp b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| index ac344e8e4bf68f8d968169a6a5a64872f8626a06..edccb87d4c6bcaab453740251d4cdbbe2389fde7 100644
|
| --- a/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| @@ -354,9 +354,7 @@ TEST_F(WebViewTest, DISABLED_TextInputType)
|
| testTextInputType(WebTextInputTypeNumber, "input_field_number.html");
|
| testTextInputType(WebTextInputTypeTelephone, "input_field_tel.html");
|
| testTextInputType(WebTextInputTypeURL, "input_field_url.html");
|
| -#if ENABLE(INPUT_TYPE_DATE)
|
| testTextInputType(WebTextInputTypeDate, "input_field_date.html");
|
| -#endif
|
| #if ENABLE(INPUT_TYPE_DATETIME_INCOMPLETE)
|
| testTextInputType(WebTextInputTypeDateTime, "input_field_datetime.html");
|
| #endif
|
|
|