| Index: LayoutTests/fast/forms/select-set-length-with-mutation-reparent.html
|
| diff --git a/LayoutTests/fast/forms/select-set-length-with-mutation-reparent.html b/LayoutTests/fast/forms/select-set-length-with-mutation-reparent.html
|
| index aabd6715a6752591a9b451bc6fe6a2ff96c9d401..4f8b94fef82540277fc233ccf67f8090ad9d1f93 100644
|
| --- a/LayoutTests/fast/forms/select-set-length-with-mutation-reparent.html
|
| +++ b/LayoutTests/fast/forms/select-set-length-with-mutation-reparent.html
|
| @@ -40,6 +40,5 @@ sel.length = 180;
|
| shouldBe('sel.length', '180');
|
| shouldBe('otherSel.length', '0');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|