| Index: LayoutTests/editing/undo/undo-combined-delete-boundary.html
|
| diff --git a/LayoutTests/editing/undo/undo-combined-delete-boundary.html b/LayoutTests/editing/undo/undo-combined-delete-boundary.html
|
| deleted file mode 100644
|
| index 1f48f1ef11832bdabe0337538125c681be0239cc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/editing/undo/undo-combined-delete-boundary.html
|
| +++ /dev/null
|
| @@ -1,42 +0,0 @@
|
| -<html>
|
| -<head>
|
| -
|
| -<style>
|
| -.editing {
|
| - border: 2px solid red;
|
| - padding: 12px;
|
| - font-size: 24px;
|
| -}
|
| -</style>
|
| -<script src="../editing.js" language="JavaScript" type="text/JavaScript" ></script>
|
| -
|
| -<script>
|
| -
|
| -function editingTest() {
|
| - moveSelectionForwardByWordCommand();
|
| - moveSelectionForwardByCharacterCommand();
|
| - moveSelectionForwardByCharacterCommand();
|
| - moveSelectionForwardByCharacterCommand();
|
| - deleteCommand();
|
| - deleteCommand();
|
| - forwardDeleteCommand();
|
| - forwardDeleteCommand();
|
| - undoCommand();
|
| -}
|
| -
|
| -</script>
|
| -
|
| -</head>
|
| -<body>
|
| -<div contenteditable id="root" class="editing">
|
| -<span id="test">This wo<b>rd </b>should be selected, since the test deleted it a character at a time and then did an undo.</span>
|
| -</div>
|
| -
|
| -<script>
|
| -if (window.internals)
|
| - internals.settings.setEditingBehavior("mac");
|
| -runEditingTest();
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|