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

Unified Diff: third_party/WebKit/LayoutTests/svg/carto.net/window.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/carto.net/window.svg
diff --git a/third_party/WebKit/LayoutTests/svg/carto.net/window.svg b/third_party/WebKit/LayoutTests/svg/carto.net/window.svg
index 86baa10a1c0de8a7b4e1a6e8a23ff176b8122ef5..62c56838f10b0f1fb5e412901d1c9213878cabf5 100644
--- a/third_party/WebKit/LayoutTests/svg/carto.net/window.svg
+++ b/third_party/WebKit/LayoutTests/svg/carto.net/window.svg
@@ -9,8 +9,8 @@
>
]>
<?AdobeSVGViewer save="snapshot"?>
-<svg width="100%" height="100%" viewBox="0 0 1024 700" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:attrib="http://www.carto.net/attrib" xmlns:batik="http://xml.apache.org/batik/ext" onload="runRepaintAndPixelTest()">
- <script type="text/ecmascript" xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
+<svg width="100%" height="100%" viewBox="0 0 1024 700" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:attrib="http://www.carto.net/attrib" xmlns:batik="http://xml.apache.org/batik/ext" onload="runRepaintTest()">
+ <script type="text/ecmascript" xlink:href="../../fast/repaint/resources/repaint.js"></script>
<script type="text/ecmascript" xlink:href="resources/helper_functions.js"/>
<script type="text/ecmascript" xlink:href="resources/mapApp.js"/>
<script type="text/ecmascript" xlink:href="resources/timer.js"/>

Powered by Google App Engine
This is Rietveld 408576698