OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / input / in_443678.html
1 <HTML>
2 <HEAD>
3 <TITLE>[ #443678 ] Unclosed &lt;script&gt; in &lt;head&gt; messes Tidy</TITLE>
4 <script src="bar.js">
5 function baz()
6 {
7   document.write( '<foo></foo>' );
8   document.write( "<bar>\"Some Text\"<\/bar>" );
9 }
10 </script>
11 <script src="foo.js">
12 </HEAD>
13 <BODY text = "#ff0000">
14 Just a test.
15 <script>
16 test();
17 </script>
18 </BODY>
19 </HTML>