| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 1928e0d0263a4e7ed8444b31ad3d22ed9619beab..b013448205acbd75d5c41f6aed7f1099ced1ca7a 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -766,7 +766,7 @@ TEST_F(PinchViewportTest, TestContextMenuShownInCorrectLocation)
|
|
|
| // Test that the scrollIntoView correctly scrolls the main frame
|
| // and pinch viewports such that the given rect is centered in the viewport.
|
| -TEST_F(PinchViewportTest, TestScrollingDocumentRegionIntoView)
|
| +TEST_F(PinchViewportTest, DISABLED_TestScrollingDocumentRegionIntoView)
|
| {
|
| initializeWithDesktopSettings();
|
| webViewImpl()->resize(IntSize(100, 150));
|
|
|