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