| <html> |
| <head><title>title |
| <link rel="stylesheet" href="resources/js-test-style.css"> |
| <script> |
| var successfullyParsed = true; |
| </script> |
| <script src="resources/js-test-pre.js"></script> |
| </head> |
| <body> |
| <p id="description"></p> |
| <div id="console"></div> |
| <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> |