| Index: LayoutTests/editing/selection/caret-after-removing-node.html
|
| diff --git a/LayoutTests/editing/selection/caret-after-removing-node.html b/LayoutTests/editing/selection/caret-after-removing-node.html
|
| index 619554167bb0e7c3f649934afb48d7641c311f73..a70d184170b5a72e351b56a8a422c1b26373aad0 100644
|
| --- a/LayoutTests/editing/selection/caret-after-removing-node.html
|
| +++ b/LayoutTests/editing/selection/caret-after-removing-node.html
|
| @@ -8,7 +8,7 @@ Manual Steps:
|
| </ol>
|
| <div id="sample" contenteditable="true" style="border: solid 1px blue">click me</div>
|
| </div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description("Caret position after removing node");
|
|
|
|
|