Index: LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg |
diff --git a/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg b/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg |
index 5e6ee01ae2ed79f15118ad3c45666a025e36ee2e..75d6ffd57e6b29bd90e1a5085ba88316837434c9 100644 |
--- a/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg |
+++ b/LayoutTests/svg/custom/scroll-to-anchor-in-symbol.svg |
@@ -1,12 +1,12 @@ |
-<svg xmlns="http://www.w3.org/2000/svg"> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- window.onload = function () { |
- location.hash = 'v1'; |
- document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash.")); |
- } |
- </script> |
- <symbol><view id="v1"/></symbol> |
- <text x="20" y="20" fill="green" id="t1"></text> |
-</svg> |
+<svg xmlns="http://www.w3.org/2000/svg"> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ window.onload = function () { |
+ location.hash = 'v1'; |
+ document.getElementById("t1").appendChild(document.createTextNode("PASS: Navigating to symbol did not crash.")); |
+ } |
+ </script> |
+ <symbol><view id="v1"/></symbol> |
+ <text x="20" y="20" fill="green" id="t1"></text> |
+</svg> |