| Index: Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| index cbfc784596f71c4e429bfdd2c2ecfe264e5cd17c..43c14d72fb33dd6945c385e56c8a469a8fe69d32 100644
|
| --- a/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp
|
| @@ -868,7 +868,6 @@ TEST_F(WebFrameTest, DivAutoZoomScaleBoundsTest)
|
| EXPECT_FLOAT_EQ(webViewImpl->minimumPageScaleFactor(), scale);
|
| }
|
|
|
| -#if ENABLE(TEXT_AUTOSIZING)
|
| TEST_F(WebFrameTest, DivAutoZoomScaleFontScaleFactorTest)
|
| {
|
| registerMockedHttpURLLoad("get_scale_bounds_check_for_auto_zoom_test.html");
|
| @@ -946,7 +945,6 @@ TEST_F(WebFrameTest, DivAutoZoomScaleFontScaleFactorTest)
|
| simulateDoubleTap(webViewImpl, doubleTapPoint, scale);
|
| EXPECT_FLOAT_EQ(legibleScale, scale);
|
| }
|
| -#endif
|
|
|
| TEST_F(WebFrameTest, DivScrollIntoEditableTest)
|
| {
|
|
|