summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-template-element/resources/template-contents-html.html
blob: 5dd3a28e6a63981095d8df3a7f11cdc34773457b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
    <title>HTML tag inside template</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
<head>
<body>
    <template><html></html></template>
</body>
</html>