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

Unified Diff: LayoutTests/fast/repaint/box-shadow-v.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/box-shadow-h.html ('k') | LayoutTests/fast/repaint/flexible-box-overflow.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/box-shadow-v.html
diff --git a/LayoutTests/fast/repaint/box-shadow-v.html b/LayoutTests/fast/repaint/box-shadow-v.html
index 66e86202cb8b4acbc8fc86c280217011305d5634..6b16f9454e2b17730a381608e9d3ed1dfb60779a 100644
--- a/LayoutTests/fast/repaint/box-shadow-v.html
+++ b/LayoutTests/fast/repaint/box-shadow-v.html
@@ -3,8 +3,8 @@
<head>
<title></title>
<script>
- if (window.testRunner)
- testRunner.testRepaint();
+ if (window.internals)
+ window.internals.settings.setForceCompositingMode(true);
</script>
<style>
.square { margin: 10px; width: 40px; height: 40px; background-color: #ff7; }
« no previous file with comments | « LayoutTests/fast/repaint/box-shadow-h.html ('k') | LayoutTests/fast/repaint/flexible-box-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698