template-contents-attribute.html (253B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Empty template tag with attribute content</title> 5 <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru"> 6 <head> 7 <body> 8 <template content='some text'></template> 9 </body> 10 </html>