1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2<html>
3  <body>
4    <div>
5      <h3>
6        <a href="https://html.spec.whatwg.org/multipage/parsing.html#parse-error-incorrectly-closed-comment">
7          Incorrectly closed comment without a correctly closed comment
8        </a>
9      </h3>
10      <div>
11        <!--incorrectly closed comment--><span id="under-test">whatwg guidance is that this should be a DOM node</span>
12      </div>
13    </div>
14  </body>
15</html>
16