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

Unified Diff: third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg

Issue 1972273002: Let repaint tests test pixels by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg
diff --git a/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg b/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg
index 4341f42ef2b0374125108c908572daee070b0e64..b4d2ea0aa96422b5079c3033b5410f7c1e8a18ac 100644
--- a/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg
+++ b/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-foreignObject.svg
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<svg xmlns="http://www.w3.org/2000/svg" onload="runRepaintAndPixelTest()"
+<svg xmlns="http://www.w3.org/2000/svg" onload="runRepaintTest()"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,7 +27,7 @@
<defs>
<script>var zoomCount = 2;</script>
- <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/>
+ <script xlink:href="../../../fast/repaint/resources/repaint.js"/>
<script xlink:href="../resources/testTextZoom.js"/>
</defs>
</svg>

Powered by Google App Engine
This is Rietveld 408576698