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

Unified Diff: LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html

Issue 197883025: Remove display() from composited scrolling test, mark as failing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html
diff --git a/LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html b/LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html
index cce4d80fe8f09820c1fc2d7d5cc0bdd460263861..33f1c9bfc2cfa4c21a2ecb40ace60ae2e3ea70af 100644
--- a/LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html
+++ b/LayoutTests/compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html
@@ -38,10 +38,6 @@
range = document.createRange();
range.selectNode(document.getElementById("selection-end"));
selection.addRange(range);
-
- document.body.offsetTop;
- if (window.testRunner)
- testRunner.displayInvalidatedRegion();
} else if (testIteration == 1) {
marquee.style.display = "block";
toScroll = marquee;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698