| Index: LayoutTests/editing/undo/undo-delete.html
|
| diff --git a/LayoutTests/editing/undo/undo-delete.html b/LayoutTests/editing/undo/undo-delete.html
|
| index 5eedb5d691288260fdbcb6fac0f61574f2bc5176..c5ccf4dc314d4878c879910f48e32fd4c172a7e3 100644
|
| --- a/LayoutTests/editing/undo/undo-delete.html
|
| +++ b/LayoutTests/editing/undo/undo-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;
|
|
|