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

Unified Diff: LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/http/tests/misc/resources/location-test-xsl-style-sheet.xsl
diff --git a/LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl b/LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl
index e84e17b450814c260cdade31a8fa174de7eaf45a..b5a11337e129fda2fa6dd2f412a5292946a2cfd2 100644
--- a/LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl
+++ b/LayoutTests/http/tests/misc/resources/location-test-xsl-style-sheet.xsl
@@ -1,31 +1,31 @@
-<?xml version="1.0" ?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<xsl:template match="/">
-
-<html>
- <head>
-
- <script language="JavaScript">
-
- function _onLoad()
- {
- if (location.href == "about:blank")
- document.getElementById("fail").innerHTML = "<span>FAIL</span> - location.href should not be about:blank";
- else
- document.getElementById("pass").innerHTML = "<span>PASS</span>";
-
- if (window.testRunner)
- testRunner.dumpAsText();
- }
-
- </script>
-
- </head>
-
- <body onload="_onLoad();"><div id="fail" style="color: red;"></div><div id="pass" style="color: green;"></div></body>
- </html>
-
-</xsl:template>
-
-</xsl:stylesheet>
+<?xml version="1.0" ?>
+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+<xsl:template match="/">
+
+<html>
+ <head>
+
+ <script language="JavaScript">
+
+ function _onLoad()
+ {
+ if (location.href == "about:blank")
+ document.getElementById("fail").innerHTML = "<span>FAIL</span> - location.href should not be about:blank";
+ else
+ document.getElementById("pass").innerHTML = "<span>PASS</span>";
+
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ }
+
+ </script>
+
+ </head>
+
+ <body onload="_onLoad();"><div id="fail" style="color: red;"></div><div id="pass" style="color: green;"></div></body>
+ </html>
+
+</xsl:template>
+
+</xsl:stylesheet>

Powered by Google App Engine
This is Rietveld 408576698