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

Unified Diff: LayoutTests/editing/execCommand/remove-format-non-html-element-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/remove-format-non-html-element-crash.html
diff --git a/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html b/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
index 3cba1ac00fee8a0d9245ff9b1f339c6919845c77..bac556002fc0238504549093ec0428dfbd9a1f91 100644
--- a/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
+++ b/LayoutTests/editing/execCommand/remove-format-non-html-element-crash.html
@@ -1,18 +1,18 @@
-<html>
-<body>
-Test passes if it does not crash.
-<div id="test" contenteditable="true">
-<ins><math>ABCD</math></ins>
-</div>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- var test = document.getElementById("test");
- test.focus();
- document.execCommand("SelectAll");
- document.execCommand("RemoveFormat");
- document.body.removeChild(test);
-</script>
-</body>
-</html>
+<html>
+<body>
+Test passes if it does not crash.
+<div id="test" contenteditable="true">
+<ins><math>ABCD</math></ins>
+</div>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ var test = document.getElementById("test");
+ test.focus();
+ document.execCommand("SelectAll");
+ document.execCommand("RemoveFormat");
+ document.body.removeChild(test);
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698