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

Unified Diff: LayoutTests/editing/execCommand/align-in-span.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring 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/editing/execCommand/align-in-span.html
diff --git a/LayoutTests/editing/execCommand/align-in-span.html b/LayoutTests/editing/execCommand/align-in-span.html
index 8b8867f75cdce36596f9b540ab6ee0929db30f93..9b55dcfefa3fa863b7bc9bc97e838222e6d001d2 100644
--- a/LayoutTests/editing/execCommand/align-in-span.html
+++ b/LayoutTests/editing/execCommand/align-in-span.html
@@ -1,31 +1,31 @@
-<html>
-<head>
-<script type="text/javascript">
-
-function selectAndJustify()
-{
- if (window.testRunner)
- testRunner.dumpAsText();
-
- var elem = document.getElementById("test");
- var selection = window.getSelection();
- selection.setBaseAndExtent(elem, 2, elem, 6);
- document.execCommand('JustifyCenter', false, null);
-}
-
-</script>
-</head>
-
-<body>
- <span id="test" contenteditable="true" >
- Line 1.
- <br>
- <b>Select all text in this line and use justify command.</b>
- <br>
- Line 3.
- </span>
-</body>
-<script>
-selectAndJustify();
-</script>
-</html>
+<html>
+<head>
+<script type="text/javascript">
+
+function selectAndJustify()
+{
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ var elem = document.getElementById("test");
+ var selection = window.getSelection();
+ selection.setBaseAndExtent(elem, 2, elem, 6);
+ document.execCommand('JustifyCenter', false, null);
+}
+
+</script>
+</head>
+
+<body>
+ <span id="test" contenteditable="true" >
+ Line 1.
+ <br>
+ <b>Select all text in this line and use justify command.</b>
+ <br>
+ Line 3.
+ </span>
+</body>
+<script>
+selectAndJustify();
+</script>
+</html>

Powered by Google App Engine
This is Rietveld 408576698