| Index: LayoutTests/editing/selection/selection-after-text-normalize.html
|
| diff --git a/LayoutTests/editing/selection/selection-after-text-normalize.html b/LayoutTests/editing/selection/selection-after-text-normalize.html
|
| index 9103ce4dc9929e9d9ac9c97e4ba938d797203c59..45b642eadef758e95af2d964ba8420a9ebfa8b6b 100644
|
| --- a/LayoutTests/editing/selection/selection-after-text-normalize.html
|
| +++ b/LayoutTests/editing/selection/selection-after-text-normalize.html
|
| @@ -2,7 +2,7 @@
|
| <p id="description"></p>
|
| <div id="sample"></div>
|
| </div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Check selection updated after normalize.');
|
| function $(id) { return document.getElementById(id); }
|
|
|