| Index: LayoutTests/fast/dom/Element/id-in-formcollection.html
|
| diff --git a/LayoutTests/fast/dom/Element/id-in-formcollection.html b/LayoutTests/fast/dom/Element/id-in-formcollection.html
|
| index 717a4fe3cdfee9dcb07fa9a61860e0d86e7ddfd7..fc2316fd2253617774f235024e4face0ab1dcf67 100644
|
| --- a/LayoutTests/fast/dom/Element/id-in-formcollection.html
|
| +++ b/LayoutTests/fast/dom/Element/id-in-formcollection.html
|
| @@ -15,6 +15,5 @@ description("Test using id in HTMLFormCollection");
|
| var elems = document.getElementById("idf1").elements;
|
| shouldBe('elems["ids1"][1].getAttribute("name")', '"name2"');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|