| Index: Source/web/tests/TouchActionTest.cpp
|
| diff --git a/Source/web/tests/TouchActionTest.cpp b/Source/web/tests/TouchActionTest.cpp
|
| index a7d15ccb36be0fd4c8d05c3f9a7b1583e5406d1f..b4263a9f4072cef9553fb9f09b16edfe697e1ee9 100644
|
| --- a/Source/web/tests/TouchActionTest.cpp
|
| +++ b/Source/web/tests/TouchActionTest.cpp
|
| @@ -326,7 +326,7 @@ void TouchActionTest::sendTouchEvent(WebView* webView, WebInputEvent::Type type,
|
| }
|
|
|
| // crbug.com/411038
|
| -TEST_F(TouchActionTest, DISABLED_Simple)
|
| +TEST_F(TouchActionTest, Simple)
|
| {
|
| runTouchActionTest("touch-action-simple.html");
|
| }
|
|
|