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