Index: LayoutTests/svg/animations/smil-element-not-removed-crash.html |
diff --git a/LayoutTests/svg/animations/smil-element-not-removed-crash.html b/LayoutTests/svg/animations/smil-element-not-removed-crash.html |
index 2376b6f6be8df302ee255395c7b3bebfde6aa76e..d7e3f2b65d58c3828bf5ca63853f92bd24398494 100644 |
--- a/LayoutTests/svg/animations/smil-element-not-removed-crash.html |
+++ b/LayoutTests/svg/animations/smil-element-not-removed-crash.html |
@@ -1,35 +1,35 @@ |
-<html> |
- <body onload="runSMILTest()"> |
- <svg> |
- <animAttributeAttrs> |
- <feImage id="test"></feImage> |
- </animAttributeAttrs> |
- <set id="set1" xlink:href="#test"></set> |
- </svg> |
- <script> |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
- gc = function() { window.GCController.collect() }; |
- } else if (!window.gc) |
- gc = function(){}; |
- |
- window.onload = function() { |
- if (location.hash != "#2") { |
- if (location.hash) |
- location.hash = "#" + (parseInt(location.hash.slice(1)) + 1).toString(); |
- else |
- location.hash = "#1"; |
- |
- gc(); |
- setTimeout(function(){location.reload()}, 0); |
- } else { |
- document.body.innerHTML = "PASS"; |
- if (window.testRunner) |
- testRunner.notifyDone(); |
- } |
- } |
- </script> |
- </body> |
-</html> |
- |
+<html> |
+ <body onload="runSMILTest()"> |
+ <svg> |
+ <animAttributeAttrs> |
+ <feImage id="test"></feImage> |
+ </animAttributeAttrs> |
+ <set id="set1" xlink:href="#test"></set> |
+ </svg> |
+ <script> |
+ if (window.testRunner) { |
+ testRunner.dumpAsText(); |
+ testRunner.waitUntilDone(); |
+ gc = function() { window.GCController.collect() }; |
+ } else if (!window.gc) |
+ gc = function(){}; |
+ |
+ window.onload = function() { |
+ if (location.hash != "#2") { |
+ if (location.hash) |
+ location.hash = "#" + (parseInt(location.hash.slice(1)) + 1).toString(); |
+ else |
+ location.hash = "#1"; |
+ |
+ gc(); |
+ setTimeout(function(){location.reload()}, 0); |
+ } else { |
+ document.body.innerHTML = "PASS"; |
+ if (window.testRunner) |
+ testRunner.notifyDone(); |
+ } |
+ } |
+ </script> |
+ </body> |
+</html> |
+ |