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

Unified Diff: LayoutTests/svg/custom/use-invalid-pattern.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/use-invalid-html.xhtml ('k') | LayoutTests/svg/custom/use-invalid-style.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/use-invalid-pattern.svg
diff --git a/LayoutTests/svg/custom/use-invalid-pattern.svg b/LayoutTests/svg/custom/use-invalid-pattern.svg
index 64c20a97f712d1405e4012ad4ff9acf824fd4876..a78e9511f6f89ae2493c4489f5cab1c28f1305a7 100644
--- a/LayoutTests/svg/custom/use-invalid-pattern.svg
+++ b/LayoutTests/svg/custom/use-invalid-pattern.svg
@@ -1,11 +1,11 @@
-<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">This should not crash, but display an error document.</text>
- <g id="crash">
- <pattern xlink:href="#crash"></pattern>
- </g>
- <use xlink:href="#crash">
-</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">This should not crash, but display an error document.</text>
+ <g id="crash">
+ <pattern xlink:href="#crash"></pattern>
+ </g>
+ <use xlink:href="#crash">
+</svg>
« no previous file with comments | « LayoutTests/svg/custom/use-invalid-html.xhtml ('k') | LayoutTests/svg/custom/use-invalid-style.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698