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

Unified Diff: LayoutTests/fast/repaint/focus-ring.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/focus-ring.html
diff --git a/LayoutTests/fast/repaint/focus-ring.html b/LayoutTests/fast/repaint/focus-ring.html
index 631531d094156ed1244644054f5dc90b3f30f452..1c71e346834fd3303b9470d878819cfab891064d 100644
--- a/LayoutTests/fast/repaint/focus-ring.html
+++ b/LayoutTests/fast/repaint/focus-ring.html
@@ -1,6 +1,6 @@
<script>
- if (window.testRunner)
- testRunner.testRepaint();
+ if (window.internals)
+ window.internals.settings.setForceCompositingMode(true);
</script>
<style>
div {
« no previous file with comments | « LayoutTests/fast/repaint/flexible-box-overflow-horizontal.html ('k') | LayoutTests/fast/repaint/inline-block-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698