chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-template-element/resources/template-contents-html.html

<!DOCTYPE html>
<html>
<head>
    <title>HTML tag inside template</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:[email protected]">
<head>
<body>
    <template><html></html></template>
</body>
</html>