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

Unified Diff: LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml

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/single-character-pi-stylesheet.xhtml
diff --git a/LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml b/LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml
index aa2895ab309ff98d704def6fb0e17b6827682076..16e7960958d0c811fc41c7fbfff924b28020da35 100644
--- a/LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml
+++ b/LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml
@@ -1,24 +1,24 @@
-<?xml-stylesheet href="a" type="text/css"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head></head>
-<body onload="test()">
-<p>
-This text should be styled green.
-</p>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-if (!document.firstChild.data.match(/href="a"/))
- alert("Please don't rename the stylesheet - the test needs its URL to be single character");
-
-function test()
-{
- if (document.firstChild.sheet.cssRules.length)
- document.getElementsByTagName("p")[0].innerHTML += " PASS.";
-}
-
-</script>
-</body>
-</html>
+<?xml-stylesheet href="a" type="text/css"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head></head>
+<body onload="test()">
+<p>
+This text should be styled green.
+</p>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+if (!document.firstChild.data.match(/href="a"/))
+ alert("Please don't rename the stylesheet - the test needs its URL to be single character");
+
+function test()
+{
+ if (document.firstChild.sheet.cssRules.length)
+ document.getElementsByTagName("p")[0].innerHTML += " PASS.";
+}
+
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698