Index: Source/WebKit/chromium/tests/WebFrameTest.cpp |
diff --git a/Source/WebKit/chromium/tests/WebFrameTest.cpp b/Source/WebKit/chromium/tests/WebFrameTest.cpp |
index 005801ca99d5768ffe6f9709c407d6dd7f9b1f0b..d4d360311b47f752976dfc4180c2d2baf4a253c9 100644 |
--- a/Source/WebKit/chromium/tests/WebFrameTest.cpp |
+++ b/Source/WebKit/chromium/tests/WebFrameTest.cpp |
@@ -823,7 +823,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"); |
@@ -901,7 +900,6 @@ TEST_F(WebFrameTest, DivAutoZoomScaleFontScaleFactorTest) |
simulateDoubleTap(webViewImpl, doubleTapPoint, scale); |
EXPECT_FLOAT_EQ(legibleScale, scale); |
} |
-#endif |
TEST_F(WebFrameTest, DivScrollIntoEditableTest) |
{ |