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

Unified Diff: LayoutTests/fast/text/text-transform-nontext-node-crash.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
« no previous file with comments | « LayoutTests/fast/text/text-letter-spacing.html ('k') | LayoutTests/fast/text/updateNewFont.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml
diff --git a/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml b/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml
index 390d96dde43c1023f4822bc804bf4da621c4e304..0783db7a4427e6672bad37d658a5460628c9ce1c 100644
--- a/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml
+++ b/LayoutTests/fast/text/text-transform-nontext-node-crash.xhtml
@@ -1,26 +1,26 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-function finish() {
- document.getElementById("result").innerHTML = "PASS";
-}
-</script>
-</head>
-<body onload="finish()">
-<p>Tests that text transformation applied to a non-text node does not result in crash.</p>
-<div id="result"></div>
-<br>
-<style type="text/css">
-br {
- text-transform: lowercase;
-}
-br:first-letter {
- text-transform: lowercase;
-}
-</style>
-</br>
-</body>
-</html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<script>
+if (window.testRunner)
+ testRunner.dumpAsText();
+
+function finish() {
+ document.getElementById("result").innerHTML = "PASS";
+}
+</script>
+</head>
+<body onload="finish()">
+<p>Tests that text transformation applied to a non-text node does not result in crash.</p>
+<div id="result"></div>
+<br>
+<style type="text/css">
+br {
+ text-transform: lowercase;
+}
+br:first-letter {
+ text-transform: lowercase;
+}
+</style>
+</br>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/text/text-letter-spacing.html ('k') | LayoutTests/fast/text/updateNewFont.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698