headroom-0.1.2.0: test-data/code-samples/html/without-doctype.html
<!--
This is some comment.
-->
<html>
<head>
<meta charset="utf-8" />
<title>Test title</title>
</head>
<body>
Hello, World!
</body>
</html>