| Index: third_party/WebKit/LayoutTests/editing/selection/4932260-3.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/4932260-3.html b/third_party/WebKit/LayoutTests/editing/selection/4932260-3.html
|
| deleted file mode 100644
|
| index d7930c3d8d677a851ac03220813022aafc639055..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/4932260-3.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<p>This tests for a bug where images would act as word boundaries.</p>
|
| -<div id="div" contenteditable="true">The caret should be just before the second to last word in this<img src="../resources/abe.png">sentence.</div>
|
| -
|
| -<script>
|
| -if (window.testRunner)
|
| - window.testRunner.dumpEditingCallbacks();
|
| -var sel = window.getSelection();
|
| -var div = document.getElementById("div");
|
| -sel.collapse(div, div.childNodes.length);
|
| -sel.modify("move", "backward", "word");
|
| -sel.modify("move", "backward", "word");
|
| -</script>
|
|
|