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

Unified Diff: LayoutTests/svg/css/invalid-color-crash.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/css/cursor-replace.svg ('k') | LayoutTests/svg/css/max-width-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/invalid-color-crash.svg
diff --git a/LayoutTests/svg/css/invalid-color-crash.svg b/LayoutTests/svg/css/invalid-color-crash.svg
index 5557da1867673631096cb6e87478e87eaebe8035..2cc075ccb056fea7c30327f37e6556a165a49ffb 100644
--- a/LayoutTests/svg/css/invalid-color-crash.svg
+++ b/LayoutTests/svg/css/invalid-color-crash.svg
@@ -1,16 +1,16 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink">
- <script>
- <![CDATA[
- if (window.testRunner)
- testRunner.dumpAsText();
- ]]>
- </script>
- <style type="text/css">
- svg
- {
- stop-color: initial;
- }
- </style>
- <text id="myText1" fill="green" x="0" y="0">PASS</text>
-</svg>
-
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink">
+ <script>
+ <![CDATA[
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ ]]>
+ </script>
+ <style type="text/css">
+ svg
+ {
+ stop-color: initial;
+ }
+ </style>
+ <text id="myText1" fill="green" x="0" y="0">PASS</text>
+</svg>
+
« no previous file with comments | « LayoutTests/svg/css/cursor-replace.svg ('k') | LayoutTests/svg/css/max-width-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698