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

Unified Diff: LayoutTests/fast/repaint/shadow-multiple.html

Issue 251433002: Remove calls to testRunner testRepaint/repaintSweep* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add focus-ring expectation Created 6 years, 8 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/fast/repaint/list-marker.html ('k') | LayoutTests/fast/repaint/shadow-multiple-horizontal.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/shadow-multiple.html
diff --git a/LayoutTests/fast/repaint/shadow-multiple-vertical.html b/LayoutTests/fast/repaint/shadow-multiple.html
similarity index 89%
rename from LayoutTests/fast/repaint/shadow-multiple-vertical.html
rename to LayoutTests/fast/repaint/shadow-multiple.html
index 250e3d0d9de1b82b93ee5b37f6d07e7d3ce58e2d..fc7cc92acca1bc5762a0f0a4b0a6b6abbbcd98c4 100644
--- a/LayoutTests/fast/repaint/shadow-multiple-vertical.html
+++ b/LayoutTests/fast/repaint/shadow-multiple.html
@@ -1,6 +1,6 @@
<script type="text/javascript">
- if (window.testRunner)
- testRunner.testRepaint();
+ if (window.internals)
+ window.internals.settings.setForceCompositingMode(true);
</script>
<div style="
font-family: Lucida Grande;
« no previous file with comments | « LayoutTests/fast/repaint/list-marker.html ('k') | LayoutTests/fast/repaint/shadow-multiple-horizontal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698