| Index: third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html b/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
|
| deleted file mode 100644
|
| index b0eb953c97c157903a173f1325986f58dfe3d3d2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/inserting/insert-paragraph-01.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -</script>
|
| -<p>This tests inserting a paragraph separator before a table. There should be an empty paragraph before the table and the caret should be just before the table.</p>
|
| -<div contenteditable="true" id="div"><table border="1"><tr><td>foo</td></tr></table></div>
|
| -
|
| -<script>
|
| -var sel = window.getSelection();
|
| -var div = document.getElementById("div");
|
| -sel.collapse(div, 0);
|
| -document.execCommand("InsertParagraph");
|
| -</script>
|
|
|