headroom-0.2.0.0: test-data/code-samples/html/sample1.html
<!--
This is header.
-->
<!DOCTYPE html>
<!-- this is not header -->
<html>
<head>
<meta charset="utf-8" />
<title>Test title</title>
</head>
<body>
Hello, World!
</body>
</html>