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

Unified Diff: LayoutTests/fast/images/repaint-subrect-grid.html

Issue 351673007: Move paint invalidation after compositing update (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added the missing TestExpectation suppressions Created 6 years, 6 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/images/repaint-subrect-grid.html
diff --git a/LayoutTests/fast/images/repaint-subrect-grid.html b/LayoutTests/fast/images/repaint-subrect-grid.html
index 2d9bc01506da41be6fbefa3882cf6a174afd65a2..77ee302bab153f136ef9e1777e57b7b0f8c38578 100644
--- a/LayoutTests/fast/images/repaint-subrect-grid.html
+++ b/LayoutTests/fast/images/repaint-subrect-grid.html
@@ -39,8 +39,8 @@
mask.style.left = pos[currentPos][1];
++currentPos;
- // Force a style recalc.
- document.body.offsetWidth;
+ if (window.internals)
+ internals.forceCompositingUpdate(document);
if (window.testRunner)
repaintTest();

Powered by Google App Engine
This is Rietveld 408576698