Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-templates / resources / end-template-tag-in-body.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <title>The file contains several &lt;/template&gt; tag in HTML body without start one</title>
5     <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
6 </head>
7 <body>
8     </template>
9     <div>The file contains several &lt;/template&gt; tag in HTML body without start one</div>
10     </template></template>
11 </body>
12 </html>