| Index: LayoutTests/fast/parser/entity-end-xmp-tag.html
|
| diff --git a/LayoutTests/fast/parser/entity-end-xmp-tag.html b/LayoutTests/fast/parser/entity-end-xmp-tag.html
|
| index c12491872f077a6fde4c0ab9d994fac72fd5f1c5..56282f6d07dd77f690ae04a1674f8a5b0f36151b 100644
|
| --- a/LayoutTests/fast/parser/entity-end-xmp-tag.html
|
| +++ b/LayoutTests/fast/parser/entity-end-xmp-tag.html
|
| @@ -13,6 +13,5 @@ description("Test parsing of entity-escaped </xmp> tag for <a href=\"https
|
| var expectedResult = '<' + '/xmp>';
|
| shouldBe('document.getElementById("myxmp").textContent', 'expectedResult');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|