Index: LayoutTests/svg/text/text-block-child-crash.xhtml |
diff --git a/LayoutTests/svg/text/text-block-child-crash.xhtml b/LayoutTests/svg/text/text-block-child-crash.xhtml |
index 63cbe062ae05ef96645c4279abc037e7a09fd7a9..ba3b2d364869ddab9326b9a95fef7d87a11f61de 100644 |
--- a/LayoutTests/svg/text/text-block-child-crash.xhtml |
+++ b/LayoutTests/svg/text/text-block-child-crash.xhtml |
@@ -1,13 +1,13 @@ |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
- Test passes if it does not crash. |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- <style> |
- svg text:before { display: list-item; content: 'PASS'; } |
- </style> |
- <svg xmlns="http://www.w3.org/2000/svg"> |
- <text></text> |
- </svg> |
-</html> |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
+ Test passes if it does not crash. |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ <style> |
+ svg text:before { display: list-item; content: 'PASS'; } |
+ </style> |
+ <svg xmlns="http://www.w3.org/2000/svg"> |
+ <text></text> |
+ </svg> |
+</html> |