| Index: LayoutTests/fast/forms/select-set-length-with-mutation.html
|
| diff --git a/LayoutTests/fast/forms/select-set-length-with-mutation.html b/LayoutTests/fast/forms/select-set-length-with-mutation.html
|
| index a01e9d4842944fa289bfdc3d9ceebeef65f545b6..940da95816b9aa16edc4d28b254d04f824c1d411 100644
|
| --- a/LayoutTests/fast/forms/select-set-length-with-mutation.html
|
| +++ b/LayoutTests/fast/forms/select-set-length-with-mutation.html
|
| @@ -24,6 +24,5 @@ shouldBe('sel.length', '100');
|
| sel.length = 180;
|
| shouldBe('sel.length', '180');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|