| Index: LayoutTests/editing/caret/selection-with-caret-type-progress.html
|
| diff --git a/LayoutTests/editing/caret/selection-with-caret-type-progress.html b/LayoutTests/editing/caret/selection-with-caret-type-progress.html
|
| index e38b211a87452ee4313b1bb81fc650ed1bfe12de..913520534038277eb828750597fd75bc8da9464f 100644
|
| --- a/LayoutTests/editing/caret/selection-with-caret-type-progress.html
|
| +++ b/LayoutTests/editing/caret/selection-with-caret-type-progress.html
|
| @@ -4,7 +4,7 @@
|
| <p id="description"></p>
|
| <div style="cursor:progress; border: 2px solid red;" id="test">Try selecting this text by dragging the cursor. Progress cursor should be displayed while doing so.</div>
|
| <div id="console"></div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| if (window.eventSender && window.internals) {
|
| description('Tests whether explicitly set caret style is retained on performing text selection');
|
|
|