| 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>
|
|
|
|
|