chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-template-element/resources/end-template-tag-in-body.html

<!DOCTYPE html>
<html>
<head>
    <title>The file contains several &lt;/template&gt; tag in HTML body without start one</title>
    <link rel="author" title="Aleksei Yu. Semenov" href="mailto:[email protected]">
</head>
<body>
    </template>
    <div>The file contains several &lt;/template&gt; tag in HTML body without start one</div>
    </template></template>
</body>
</html>