Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-templates / resources / head-template-contents-table-no-end-tag.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>The file contains template element with open table, tr, td tags, but without end td, tr, table tags, in the head</title>
5   <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
6   <template>
7     <table>
8       <tr>
9         <td>Hello, cell one!
10   </template>
11 </head>
12 <body>
13 </body>
14 </html>