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

Unified Diff: LayoutTests/svg/custom/invalid-gradient-with-xlink.svg

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 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
« no previous file with comments | « LayoutTests/svg/custom/bug45331.svg ('k') | LayoutTests/svg/custom/marker-opacity.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
diff --git a/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg b/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
index d5d5711bf91ad909c92d096333d89381fe303cc1..0acea615871cdc12581b3c3260571fa4ecf171f0 100644
--- a/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
+++ b/LayoutTests/svg/custom/invalid-gradient-with-xlink.svg
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- version="1.0"
- width="200"
- height="200">
-<script><![CDATA[
- if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
-]]></script>
-<defs>
- <linearGradient id="linearGradient0">
- <stop offset="0" stop-color="white"/>
- <stop offset="1" stop-color="black"/>
- </linearGradient>
-</defs>
-<rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rect0" />
-<text id="text0" x="10" y="20" style="fill:green">
- PASS
- <linearGradient id="linearGradient1" xlink:href="#linearGradient0" />
-</text>
-</svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="200"
+ height="200">
+<script><![CDATA[
+ if (window.testRunner)
+ testRunner.dumpAsTextWithPixelResults();
+]]></script>
+<defs>
+ <linearGradient id="linearGradient0">
+ <stop offset="0" stop-color="white"/>
+ <stop offset="1" stop-color="black"/>
+ </linearGradient>
+</defs>
+<rect width="200" height="200" style="fill:url(#linearGradient1) green;" id="rect0" />
+<text id="text0" x="10" y="20" style="fill:green">
+ PASS
+ <linearGradient id="linearGradient1" xlink:href="#linearGradient0" />
+</text>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/bug45331.svg ('k') | LayoutTests/svg/custom/marker-opacity.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698