Index: LayoutTests/svg/animations/animate-update-crash.xhtml |
diff --git a/LayoutTests/svg/animations/animate-update-crash.xhtml b/LayoutTests/svg/animations/animate-update-crash.xhtml |
index 44ea433d5266085f5d5da8e78331b8c0b501eeac..0f26af161d31a52ac1cea05c98224d22729aeee9 100644 |
--- a/LayoutTests/svg/animations/animate-update-crash.xhtml |
+++ b/LayoutTests/svg/animations/animate-update-crash.xhtml |
@@ -1,20 +1,20 @@ |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
- <body> |
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
- <text> |
- PASS |
- <textPath> |
- <tref xlink:href="#foo"> |
- <animateColor attributeName="keyPoints"></animateColor> |
- <animateColor attributeName="xlink:href"></animateColor> |
- </tref> |
- </textPath> |
- </text> |
- </svg> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- </body> |
-</html> |
- |
+<html xmlns="http://www.w3.org/1999/xhtml"> |
+ <body> |
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
+ <text> |
+ PASS |
+ <textPath> |
+ <tref xlink:href="#foo"> |
+ <animateColor attributeName="keyPoints"></animateColor> |
+ <animateColor attributeName="xlink:href"></animateColor> |
+ </tref> |
+ </textPath> |
+ </text> |
+ </svg> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ </body> |
+</html> |
+ |