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

Unified Diff: third_party/WebKit/LayoutTests/svg/carto.net/tabgroup.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/tabgroup.svg
diff --git a/third_party/WebKit/LayoutTests/svg/carto.net/tabgroup.svg b/third_party/WebKit/LayoutTests/svg/carto.net/tabgroup.svg
index b004ec927c9172c42437976ec4fd4ee51f7fa855..e8a87e44318ebeeed52d49bc81137a8df551f8d9 100644
--- a/third_party/WebKit/LayoutTests/svg/carto.net/tabgroup.svg
+++ b/third_party/WebKit/LayoutTests/svg/carto.net/tabgroup.svg
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?AdobeSVGViewer save="snapshot"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1024 768" onload="runRepaintAndPixelTest()">
- <script type="text/ecmascript" xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1024 768" 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>
<script type="text/ecmascript" xlink:href="resources/timer.js"></script>
<script type="text/ecmascript" xlink:href="resources/tabgroup.js"></script>

Powered by Google App Engine
This is Rietveld 408576698