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

Unified Diff: LayoutTests/editing/execCommand/apply-style-command-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-command-crash.html
diff --git a/LayoutTests/editing/execCommand/apply-style-command-crash.html b/LayoutTests/editing/execCommand/apply-style-command-crash.html
index f21b74193592c7cb8e1307331ef83a70391789a5..28f471078dddddc550ec049deff4b1de5355c329 100644
--- a/LayoutTests/editing/execCommand/apply-style-command-crash.html
+++ b/LayoutTests/editing/execCommand/apply-style-command-crash.html
@@ -1,31 +1,31 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.waitUntilDone();
-}
-
-onload = function() {
- x.innerHTML += '';
- document.designMode = 'on';
- document.execCommand('selectall');
- document.execCommand('bold');
- document.body.offsetTop;
- document.body.innerHTML = "PASS. WebKit didn't crash";
- if (window.testRunner)
- testRunner.notifyDone();
-}
-</script>
-</head>
-<body>
-<div id="x">
-<iframe src="data:"></iframe>
-<div>
-<input></input>
-</div>
-</ul>
-</body>
-</html>
-
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+}
+
+onload = function() {
+ x.innerHTML += '';
+ document.designMode = 'on';
+ document.execCommand('selectall');
+ document.execCommand('bold');
+ document.body.offsetTop;
+ document.body.innerHTML = "PASS. WebKit didn't crash";
+ if (window.testRunner)
+ testRunner.notifyDone();
+}
+</script>
+</head>
+<body>
+<div id="x">
+<iframe src="data:"></iframe>
+<div>
+<input></input>
+</div>
+</ul>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698