Index: LayoutTests/svg/custom/use-invalid-style.svg |
diff --git a/LayoutTests/svg/custom/use-invalid-style.svg b/LayoutTests/svg/custom/use-invalid-style.svg |
index b690235332685772f7d125042e66fdcb1b451800..220127a0babd5267159f1abf104039eb3f168662 100644 |
--- a/LayoutTests/svg/custom/use-invalid-style.svg |
+++ b/LayoutTests/svg/custom/use-invalid-style.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">This should not crash, but display an error document.</text> |
- <style id="crash"></style> |
- <use xlink:href="#crash" /> |
- <junk> |
-</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> |
+ <style id="crash"></style> |
+ <use xlink:href="#crash" /> |
+ <junk> |
+</svg> |