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

Unified Diff: LayoutTests/fast/repaint/resources/line-flow-with-floats.js

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/repaint/resources/line-flow-with-floats.js
diff --git a/LayoutTests/fast/repaint/resources/line-flow-with-floats.js b/LayoutTests/fast/repaint/resources/line-flow-with-floats.js
index 007bc0df8e75207e1e1089bf392d2f380e9f8aa2..0571a3e4ace34d6383864c6aea201e0ac31e8047 100644
--- a/LayoutTests/fast/repaint/resources/line-flow-with-floats.js
+++ b/LayoutTests/fast/repaint/resources/line-flow-with-floats.js
@@ -4,10 +4,8 @@ var loadCount = 0;
function loaded()
{
loadCount++;
- if (loadCount == 2) {
- document.body.offsetTop;
+ if (loadCount == 2)
runRepaintTest();
- }
}
function repaintTest()

Powered by Google App Engine
This is Rietveld 408576698