| Index: LayoutTests/fast/parser/entity-end-style-tag.html
|
| diff --git a/LayoutTests/fast/parser/entity-end-style-tag.html b/LayoutTests/fast/parser/entity-end-style-tag.html
|
| index 0986fb665f74e8a0282bdad677c65627184e70ae..a82f6d5d9836331dc39964009c7909b8e3004ed3 100644
|
| --- a/LayoutTests/fast/parser/entity-end-style-tag.html
|
| +++ b/LayoutTests/fast/parser/entity-end-style-tag.html
|
| @@ -11,6 +11,5 @@ description("Test parsing of entity-escaped </style> tag for <a href=\"htt
|
| var expectedResult = '<' + '/style>';
|
| shouldBe('document.getElementById("mystyle").textContent', 'expectedResult');
|
| </script>
|
| -<script src="../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|