summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-template-element/resources/html-start-tag.html
blob: 0de652cf3645216749e1f3c72ef2db370c257b8b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html tabindex="5">
<head>
    <title>The file contains html root element with attributes and some in the body</title>
    <link rel="author" title="Sergey G. Grekhovv" href="mailto:sgrekhov@unipro.ru">
</head>
<body>
<template id="tmpl"><html class="htmlClass"></html></template><html id="htmlId" tabindex="5">
</body>
</html>