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

Unified Diff: third_party/WebKit/LayoutTests/svg/zoom/text/zoom-coords-viewattr-01-b.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-coords-viewattr-01-b.svg
diff --git a/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-coords-viewattr-01-b.svg b/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-coords-viewattr-01-b.svg
index ce87cfe3adda063bbf623c7d31ffcef030e8185b..2aeeb5ea4b2a8e58903b5ba1c867dbaacd3beda5 100644
--- a/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-coords-viewattr-01-b.svg
+++ b/third_party/WebKit/LayoutTests/svg/zoom/text/zoom-coords-viewattr-01-b.svg
@@ -28,7 +28,7 @@ fill='none' stroke='blue'/>">
<!-- Author : Vincent Hardy -->
<!-- Modified for svg 1.1 by Ola Andersson, 07-Mar-2002 -->
<!--======================================================================-->
-<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" onload="runRepaintAndPixelTest()">
+<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" onload="runRepaintTest()">
<SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
<OperatorScript version="$Revision: 1.6 $" testname="coords-viewattr-01-b.svg">
<Paragraph>
@@ -123,7 +123,7 @@ fill='none' stroke='blue'/>">
<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