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