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> |
+ |