| Index: LayoutTests/editing/undo/undo-forward-delete.html
|
| diff --git a/LayoutTests/editing/undo/undo-forward-delete.html b/LayoutTests/editing/undo/undo-forward-delete.html
|
| index 0aa36cf7aa6d5c53519abcb4ee505ca50ab5d0f2..fcd2e4f1ff9d2c7f3c41f834715196fe8b859ecf 100644
|
| --- a/LayoutTests/editing/undo/undo-forward-delete.html
|
| +++ b/LayoutTests/editing/undo/undo-forward-delete.html
|
| @@ -7,7 +7,7 @@
|
| <div id="test" style="border: 2px solid red;" contenteditable>This word should be selected only on mac.</div>
|
| </div>
|
| <div id="console"></div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Verifies the selection behavior on undoing a text deletion.');
|
| var selectionNode = document.getElementById('test').firstChild;
|
|
|