| Index: third_party/WebKit/LayoutTests/editing/inserting/insert-br-009.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-br-009.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-br-009.html
|
| deleted file mode 100644
|
| index 1b0f94b232fa3001d124e2a37ef519728d85197c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/inserting/insert-br-009.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -</script>
|
| -<p>This tests for a bug in InsertLineBreakCommand. Only one line break should be inserted and the caret should end up at the end of the bordered div below.</p><div contenteditable="true" id="div" style="white-space:pre; border: 1px solid black;">Hello world.
|
| -
|
| -</div>
|
| -
|
| -<script>
|
| -var sel = window.getSelection();
|
| -var div = document.getElementById("div");
|
| -sel.collapse(div, 0);
|
| -sel.modify("move", "forward", "line");
|
| -document.execCommand("InsertLineBreak");
|
| -</script>
|
|
|