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

Unified Diff: LayoutTests/editing/selection/caret-and-focus-ring.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/selection/caret-and-focus-ring.html
diff --git a/LayoutTests/editing/selection/caret-and-focus-ring.html b/LayoutTests/editing/selection/caret-and-focus-ring.html
index 40fc3c8951edd932352a0726f36700262baf7435..1b8465ee1ae77d6a337221fe51a82031c17c920e 100644
--- a/LayoutTests/editing/selection/caret-and-focus-ring.html
+++ b/LayoutTests/editing/selection/caret-and-focus-ring.html
@@ -24,7 +24,8 @@ function runTest() {
<title>Caret and Focus Halo</title>
</head>
<body>
-<p>This tests that the caret and the focus halo are not displayed when the WebView is not focused (using the pixel output from DumpRenderTree).</p>
<div id="editme" contenteditable="true">This is an <span id="test">editable</span> region. No caret or focus ring should appear in the pixel results.</div>
+<p>This tests that the caret and the focus halo are not displayed when the WebView is not focused (using the pixel output from DumpRenderTree).</p>
+<div id="editme" contenteditable="true">This is an <span id="test">editable</span> region. No caret or focus ring should appear in the pixel results.</div>
<script>runTest();</script>
« no previous file with comments | « LayoutTests/editing/resources/drag-drop.html ('k') | LayoutTests/editing/selection/character-data-mutation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698