| Index: LayoutTests/fast/forms/textarea-selection-preservation.html
|
| diff --git a/LayoutTests/fast/forms/textarea-selection-preservation.html b/LayoutTests/fast/forms/textarea-selection-preservation.html
|
| index f567d58186d02324a94eb4591b4c43e36ee73204..ed44a13b1324112904b3b0c880c9d6cd587c3219 100644
|
| --- a/LayoutTests/fast/forms/textarea-selection-preservation.html
|
| +++ b/LayoutTests/fast/forms/textarea-selection-preservation.html
|
| @@ -40,6 +40,5 @@
|
| shouldBe('ta.selectionStart', '3');
|
| shouldBe('ta.selectionEnd', '4');
|
| </script>
|
| -<script type="text/javascript" src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|