Title: [130552] trunk/Source/WebKit/chromium
- Revision
- 130552
- Author
- aba...@webkit.org
- Date
- 2012-10-05 14:38:27 -0700 (Fri, 05 Oct 2012)
Log Message
Unreviewed.
Disable WebFrameTest.DivScrollIntoEditableTest. The test depends on
some code that is conditionally compiled and therefore fails in some
configurations.
* tests/WebFrameTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (130551 => 130552)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-10-05 21:22:18 UTC (rev 130551)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-10-05 21:38:27 UTC (rev 130552)
@@ -1,3 +1,13 @@
+2012-10-05 Adam Barth <aba...@webkit.org>
+
+ Unreviewed.
+
+ Disable WebFrameTest.DivScrollIntoEditableTest. The test depends on
+ some code that is conditionally compiled and therefore fails in some
+ configurations.
+
+ * tests/WebFrameTest.cpp:
+
2012-10-05 W. James MacLean <wjmacl...@chromium.org>
[chromium] Enhance support for transforms in LinkHighlight.
Modified: trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp (130551 => 130552)
--- trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp 2012-10-05 21:22:18 UTC (rev 130551)
+++ trunk/Source/WebKit/chromium/tests/WebFrameTest.cpp 2012-10-05 21:38:27 UTC (rev 130552)
@@ -497,7 +497,10 @@
EXPECT_FLOAT_EQ(webViewImpl->minimumPageScaleFactor(), scale);
}
-TEST_F(WebFrameTest, DivScrollIntoEditableTest)
+// This test depends on code that is compiled conditionally. We likely need to
+// add the proper ifdef when re-enabling it. See
+// https://bugs.webkit.org/show_bug.cgi?id=98558
+TEST_F(WebFrameTest, DISABLED_DivScrollIntoEditableTest)
{
registerMockedHttpURLLoad("get_scale_for_zoom_into_editable_test.html");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes