Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2013)

Unified Diff: Source/web/tests/WebFrameTest.cpp

Issue 213833019: Enable Repaint-After-Layout by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge again ... Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/WebFrameTest.cpp
diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
index 355c7329d2666efefe40485c933a9b771b113022..05d7e8ba5350d7c394e8363a68a2cd7b0c0c988c 100644
--- a/Source/web/tests/WebFrameTest.cpp
+++ b/Source/web/tests/WebFrameTest.cpp
@@ -5283,7 +5283,7 @@ TEST_F(WebFrameTest, CreateChildFrameFailure)
EXPECT_EQ(1, client.callCount());
}
-TEST_F(WebFrameTest, sizeChangeRepaint)
+TEST_F(WebFrameTest, DISABLED_sizeChangeRepaint)
{
const char* kTests[] = {
"repaint/size-change-repaint1.html",
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698