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

Unified Diff: LayoutTests/fast/repaint/list-marker.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
Index: LayoutTests/fast/repaint/list-marker.html
diff --git a/LayoutTests/fast/repaint/list-marker.html b/LayoutTests/fast/repaint/list-marker.html
index 5dc41e5996d4bca1b13882d49b13a66baa09872f..5450d24f9fcf32b4a2f65505b9dba9d6bf74dcc1 100644
--- a/LayoutTests/fast/repaint/list-marker.html
+++ b/LayoutTests/fast/repaint/list-marker.html
@@ -4,9 +4,8 @@
</head>
<body>
<script>
- if (window.testRunner) {
- testRunner.testRepaint();
- testRunner.repaintSweepHorizontally();
+ if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
}
</script>
<p>
« no previous file with comments | « LayoutTests/fast/repaint/layer-outline-horizontal.html ('k') | LayoutTests/fast/repaint/shadow-multiple.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698