Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-imports / resources / typical.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4   <h1>This HTML is for testing if imports are parsed by HTML parser, not XML one.</h1>
5   <div id="parent">
6     <p id="p1">This is the first paragraph, without close tag.
7     <p id="p2">This is the second paragraph. The parent should be div, even though the
8                previous P tag is closed.
9 </body>
10 </html>