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