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

Unified Diff: LayoutTests/svg/custom/pattern-incorrect-tiling.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/marker-opacity.svg ('k') | LayoutTests/svg/custom/resources/graffiti.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/pattern-incorrect-tiling.svg
diff --git a/LayoutTests/svg/custom/pattern-incorrect-tiling.svg b/LayoutTests/svg/custom/pattern-incorrect-tiling.svg
index 19016a4750701ce5ceac65c78474dfb65a471730..ba8d133724a3693883c1e61eb73fdfa331df4ad8 100644
--- a/LayoutTests/svg/custom/pattern-incorrect-tiling.svg
+++ b/LayoutTests/svg/custom/pattern-incorrect-tiling.svg
@@ -1,12 +1,12 @@
-<svg xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink">
-
-<defs>
- <pattern id="dot" width="1" height="1">
- <circle cx="20" cy="50" r="10" fill="black" />
- </pattern>
-</defs>
-
-<text text-anchor="middle" x="200" y="100">There should be a black dot in the middle of the ellipse</text>
-<ellipse cx="200" cy="200" rx="20" ry="50" fill="url(#dot)" stroke="gray" />
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+
+<defs>
+ <pattern id="dot" width="1" height="1">
+ <circle cx="20" cy="50" r="10" fill="black" />
+ </pattern>
+</defs>
+
+<text text-anchor="middle" x="200" y="100">There should be a black dot in the middle of the ellipse</text>
+<ellipse cx="200" cy="200" rx="20" ry="50" fill="url(#dot)" stroke="gray" />
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/marker-opacity.svg ('k') | LayoutTests/svg/custom/resources/graffiti.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698