| Index: LayoutTests/editing/input/ctrl-up-down.html
|
| diff --git a/LayoutTests/editing/input/ctrl-up-down.html b/LayoutTests/editing/input/ctrl-up-down.html
|
| index f749829c41715059dbffd33e8ecee0f19962be24..1fc606fe1b261dfadc602b8359f441c6f0159b88 100644
|
| --- a/LayoutTests/editing/input/ctrl-up-down.html
|
| +++ b/LayoutTests/editing/input/ctrl-up-down.html
|
| @@ -13,7 +13,7 @@ Sample editable:
|
| <div id="sample" contenteditable="true"><p>This is the first paragraph. Key binding of Ctrl+Up/Down are available only Windows.</p><p>This is second paragraph. Do you want to have these key bindings on other platforms?</p>
|
| </div>
|
| </div>
|
| -<script src="../../fast/js/resources/js-test-pre.js"></script>
|
| +<script src="../../resources/js-test.js"></script>
|
| <script>
|
| description('Test Ctrl+Up/Down motion');
|
| function $(id) { return document.getElementById(id); }
|
|
|