Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: LayoutTests/svg/animations/smil-element-not-removed-crash.html

Issue 216933006: Remove carriage returns from LayoutTests (18) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
+

Powered by Google App Engine
This is Rietveld 408576698