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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/tspan-dynamic-positioning.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/text/tspan-dynamic-positioning.svg
diff --git a/third_party/WebKit/LayoutTests/svg/text/tspan-dynamic-positioning.svg b/third_party/WebKit/LayoutTests/svg/text/tspan-dynamic-positioning.svg
index ca5c6a0b809370764e7fb2c023d9958414fee540..fe2b1579cfe6077f55711fa7a9f297a5f2fafa7e 100644
--- a/third_party/WebKit/LayoutTests/svg/text/tspan-dynamic-positioning.svg
+++ b/third_party/WebKit/LayoutTests/svg/text/tspan-dynamic-positioning.svg
@@ -1,5 +1,5 @@
-<svg onload="runRepaintAndPixelTest()" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="500">
- <script xlink:href="../../fast/repaint/resources/text-based-repaint.js"></script>
+<svg onload="runRepaintTest()" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="600" height="500">
+ <script xlink:href="../../fast/repaint/resources/repaint.js"></script>
<title>There should be a sentence of text visible at 200,200.</title>
<text y="100"><tspan id="ts" x="20" y="20">This text should be at visible at 200,200</tspan></text>
<script>

Powered by Google App Engine
This is Rietveld 408576698