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

Unified Diff: LayoutTests/editing/execCommand/apply-style-text-decoration-crash.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/apply-style-text-decoration-crash.html
diff --git a/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html b/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
index fccb4783dac60d299b0898348277222cdd96625e..6f48c627c2962f6d462adea0f4f9ede13f3faf77 100644
--- a/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
+++ b/LayoutTests/editing/execCommand/apply-style-text-decoration-crash.html
@@ -1,20 +1,20 @@
-<html>
- <script>
- function runTest()
- {
- if (window.testRunner)
- testRunner.dumpAsText();
-
- window.getSelection().setBaseAndExtent(start, 0, null, 0);
- document.execCommand("Indent");
- document.getElementById("result").innerHTML = "PASS";
- }
- </script>
- <body onLoad="runTest();">
- <p id="result"></p>
- <div contenteditable="true" id="start" style="text-decoration: none;">
- <hr style="text-align: right;"/>
- </div>
- </body>
-</html>
-
+<html>
+ <script>
+ function runTest()
+ {
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ window.getSelection().setBaseAndExtent(start, 0, null, 0);
+ document.execCommand("Indent");
+ document.getElementById("result").innerHTML = "PASS";
+ }
+ </script>
+ <body onLoad="runTest();">
+ <p id="result"></p>
+ <div contenteditable="true" id="start" style="text-decoration: none;">
+ <hr style="text-align: right;"/>
+ </div>
+ </body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698