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

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: 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 | « no previous file | Source/core/layout/LayoutObject.cpp » ('j') | Source/core/layout/LayoutObject.cpp » ('J')
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);
chrishtr 2015/03/18 19:30:05 But it doesn't affect any tests?
Xianzhu 2015/03/18 19:36:28 Yes. I'm running trybots to show the expectation c
internals.stopTrackingRepaints(document);
}
testRunner.setCustomTextOutput(repaintRects);
« no previous file with comments | « no previous file | Source/core/layout/LayoutObject.cpp » ('j') | Source/core/layout/LayoutObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698