| Index: Source/WebKit/chromium/tests/WebViewTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebViewTest.cpp b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| index 15b7c428c379838088a6485e5518690843a9fb2e..23fcc86577416faa42904663828d80c3c2dcc8e1 100644
|
| --- a/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebViewTest.cpp
|
| @@ -361,9 +361,7 @@ TEST_F(WebViewTest, DISABLED_TextInputType)
|
| testTextInputType(WebTextInputTypeDateTimeLocal, "input_field_datetimelocal.html");
|
| testTextInputType(WebTextInputTypeMonth, "input_field_month.html");
|
| testTextInputType(WebTextInputTypeTime, "input_field_time.html");
|
| -#if ENABLE(INPUT_TYPE_WEEK)
|
| testTextInputType(WebTextInputTypeWeek, "input_field_week.html");
|
| -#endif
|
|
|
| }
|
|
|
|
|