libxml2 2.9.1 clean sources
[tomato.git] / release / src / router / libxml2 / test / HTML / noscript.html
blob454e943693ba4e2be11e062bee23e390276c1fed
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>omg</title>
5 <noscript><link rel="stylesheet" href="http://foo.com"></noscript>
6 </head>
7 <body id="xxx">
8 <p>yo</p>
9 </body>
10 </html>