| Index: third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
|
| deleted file mode 100644
|
| index 3517b2987141ee7bc3ac523dd729114cb4c77352..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<p id="description">When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up.</p>
|
| -<div contenteditable="true"><div><br></div><ul><li><span id="test">foo</span></li></ul></div>
|
| -<script src="../../resources/dump-as-markup.js"></script>
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpEditingCallbacks();
|
| -
|
| -var e = document.getElementById("test");
|
| -window.getSelection().collapse(e, 0);
|
| -
|
| -document.execCommand("Delete");
|
| -
|
| -Markup.description(document.getElementById('description').textContent);
|
| -Markup.dump(document.querySelector('div'));
|
| -</script>
|
|
|