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

Unified Diff: LayoutTests/fast/repaint/resources/window-resize-repaint.js

Issue 1011393003: [S.P.] Invalidate the document element for view background when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another NeedsRebaseline Created 5 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 | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/resources/window-resize-repaint.js
diff --git a/LayoutTests/fast/repaint/resources/window-resize-repaint.js b/LayoutTests/fast/repaint/resources/window-resize-repaint.js
index b075cfda773618d0304d0c2cc0b669c4403199ed..859b79710d6ec4acee134e250cd2b2b454274c01 100644
--- a/LayoutTests/fast/repaint/resources/window-resize-repaint.js
+++ b/LayoutTests/fast/repaint/resources/window-resize-repaint.js
@@ -31,7 +31,7 @@ if (window.testRunner) {
internals.startTrackingRepaints(document);
repaintTest();
document.body.offsetTop;
- repaintRects += internals.layerTreeAsText(document, window.internals.LAYER_TREE_INCLUDES_REPAINT_RECTS);
+ repaintRects += internals.layerTreeAsText(document, window.internals.LAYER_TREE_INCLUDES_REPAINT_RECTS | window.internals.LAYER_TREE_INCLUDES_PAINT_INVALIDATION_OBJECTS);
internals.stopTrackingRepaints(document);
}
testRunner.setCustomTextOutput(repaintRects);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698