OSDN Git Service

Initial commit
[wordring-tm/wordring-tm.git] / third_party / tidy-html5-master / test / input / in_1078345.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3 <head>
4 <title></title>
5 </head>
6 <body>
7 Some text.
8 <noscript>
9 <div>
10 <p>Some other text.</p>
11 </div>
12 </noscript>
13 <div>
14 <blockquote>
15 Text
16 <noscript>
17 <p>Text</p>
18 </noscript>
19 </blockquote>
20 </div>
21 </body>
22 </html>