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

Unified Diff: LayoutTests/fast/repaint/resources/text-based-repaint.js

Issue 250803011: Revert FCM text-based-repaint change and rebaselines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Too many 500 errors Created 6 years, 8 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
Index: LayoutTests/fast/repaint/resources/text-based-repaint.js
diff --git a/LayoutTests/fast/repaint/resources/text-based-repaint.js b/LayoutTests/fast/repaint/resources/text-based-repaint.js
index 722ab74d746c4cc13e900a9483799ee38b45c881..c9526652ffb5a46476707a6f2f0a0a4c4c977fa2 100644
--- a/LayoutTests/fast/repaint/resources/text-based-repaint.js
+++ b/LayoutTests/fast/repaint/resources/text-based-repaint.js
@@ -9,8 +9,6 @@ function runRepaintTest()
return;
}
- window.internals.settings.setForceCompositingMode(true);
-
if (window.enablePixelTesting)
testRunner.dumpAsTextWithPixelResults();
else
@@ -49,7 +47,7 @@ function finishRepaintTest()
// Force a style recalc.
forceStyleRecalc();
- var repaintRects = window.internals.layerTreeAsText(document, window.internals.LAYER_TREE_INCLUDES_REPAINT_RECTS);
+ var repaintRects = window.internals.repaintRectsAsText(document);
internals.stopTrackingRepaints(document);

Powered by Google App Engine
This is Rietveld 408576698