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

Unified Diff: LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.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
Index: LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg
diff --git a/LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg b/LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg
index 6c61413ae336a3ecf88af54cbf0184a39794c9f0..934b5667334e97d227b8341377e5b78826fecf65 100644
--- a/LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg
+++ b/LayoutTests/svg/custom/use-on-use-with-child-and-empty-target.svg
@@ -1,10 +1,10 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
- <text y="20">PASS: This should not crash.</text>
- <set id="set"/>
- <use id="use" xlink:href="#set">x</use>
- <use xlink:href="#use"/>
-</svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+ <text y="20">PASS: This should not crash.</text>
+ <set id="set"/>
+ <use id="use" xlink:href="#set">x</use>
+ <use xlink:href="#use"/>
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/use-on-symbol-inside-pattern.svg ('k') | LayoutTests/svg/custom/xlink-to-invalid-gradient.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698