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

Unified Diff: LayoutTests/svg/repaint/filter-repaint.svg

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/platform/win/fast/repaint/shadow-multiple-vertical-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/repaint/filter-repaint.svg
diff --git a/LayoutTests/svg/repaint/filter-repaint.svg b/LayoutTests/svg/repaint/filter-repaint.svg
index 2506d42b5b34c4702991aaa5cca3f99409621709..23295c9ba1ba0936df31dd7df367300a3379e585 100644
--- a/LayoutTests/svg/repaint/filter-repaint.svg
+++ b/LayoutTests/svg/repaint/filter-repaint.svg
@@ -2,8 +2,8 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="400" height="400" version="1.1" xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
-if (window.testRunner) {
- testRunner.testRepaint();
+if (window.internals) {
+ window.internals.settings.setForceCompositingMode(true);
}
</script>
<defs>
« no previous file with comments | « LayoutTests/platform/win/fast/repaint/shadow-multiple-vertical-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698