tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / missing-title-end-tag-js.html
1 <html>
2 <head><title>title
3 <script>
4 </script>
5 <script src="resources/js-test-pre.js"></script>
6 </head>
7 <body>
8 <script>
9 description('This test checks that the first &lt;script&gt; tag after an unclosed &lt;title&gt; 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 &lt;script&gt;&lt;/script&gt; tag in the document to contain everything after the &lt;title&gt; tag.');
10 </script>
11 <script src="resources/js-test-post.js"></script>
12 </body>
13 </html>