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

Unified Diff: LayoutTests/fast/repaint/background-clip-text.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/background-clip-text.html
diff --git a/LayoutTests/fast/repaint/background-clip-text.html b/LayoutTests/fast/repaint/background-clip-text.html
index 1f0e5ec059c1c57ffa96532774431a5c48be4f93..fe85bc082b23d2156626faeb0aee86edb017b83d 100644
--- a/LayoutTests/fast/repaint/background-clip-text.html
+++ b/LayoutTests/fast/repaint/background-clip-text.html
@@ -20,9 +20,9 @@
<div id="greenBox" >&nbsp;</div>
<script type="text/javascript">
- if (window.testRunner) {
+ if (window.testRunner && window.internals) {
testRunner.dumpAsTextWithPixelResults();
- testRunner.testRepaint();
+ window.internals.settings.setForceCompositingMode(true);
}
</script>
« no previous file with comments | « LayoutTests/fast/css-grid-layout/scrolled-grid-painting-overflow.html ('k') | LayoutTests/fast/repaint/box-shadow-h.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698