| Index: third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-03.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-03.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-03.html
|
| deleted file mode 100644
|
| index 76ae6f1e9596b6e38923f68c54b0277639ab2bcd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-03.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -</script>
|
| -<p>This tests inserting a paragraph separator before a horizontal rule. You should see 'foo', empty paragraph, horizontal rule, 'bar', and the caret should be just before the horizontal rule.</p>
|
| -<div contenteditable="true" id="div">foo<hr>bar</div>
|
| -
|
| -<script>
|
| -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", "character");
|
| -document.execCommand("InsertParagraph");
|
| -</script>
|
|
|