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

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