| Index: LayoutTests/fast/parser/localname-case.html
|
| diff --git a/LayoutTests/fast/parser/localname-case.html b/LayoutTests/fast/parser/localname-case.html
|
| index c6e7cb2abea0c22b9b4a03fb1a6ed26426a29ede..6c52ff94886f795444ec11718bc1510f7550b6e8 100644
|
| --- a/LayoutTests/fast/parser/localname-case.html
|
| +++ b/LayoutTests/fast/parser/localname-case.html
|
| @@ -16,6 +16,5 @@ Test Data:
|
| shouldBe("document.getElementById('lowercase').localName", "'a'");
|
| shouldBe("document.getElementById('uppercase').localName", "'a'");
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|