Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-templates / resources / template-contents-nested.html
1 <!DOCTYPE html>\r
2     <title>Contains second template tag inside template tag</title>\r
3     <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">\r
4 <body>\r
5     <template>\r
6         <template>\r
7             <div>Inside nested template</div>\r
8         </template>\r
9     </template>\r
10 </body>\r