| Index: LayoutTests/fast/js/missing-title-end-tag-js.html
|
| diff --git a/LayoutTests/fast/js/missing-title-end-tag-js.html b/LayoutTests/fast/js/missing-title-end-tag-js.html
|
| index 5a004cd77c18bcb78a67e815735551c483de8a0a..c3182694004e37182d82988bfb30791f8623f32b 100644
|
| --- a/LayoutTests/fast/js/missing-title-end-tag-js.html
|
| +++ b/LayoutTests/fast/js/missing-title-end-tag-js.html
|
| @@ -8,6 +8,5 @@
|
| <script>
|
| description('This test checks that the first <script> tag after an unclosed <title> tag is parsed correctly. Early versions of the patch for <a href="https://bugs.webkit.org/show_bug.cgi?id=3905">Bugzilla Bug 3905</a> did not reset a state variable properly, causing the first <script></script> tag in the document to contain everything after the <title> tag.');
|
| </script>
|
| -<script src="resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|