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

<!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:[email protected]">
</head>
<body>
<template id="tmpl"><html class="htmlClass"></html></template><html id="htmlId" tabindex="5">
</body>
</html>