xref: /aosp_15_r20/external/libxml2/test/HTML/comments3.html (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<html>
2  <body>
3    <div>
4      <h3>
5        <a href="https://html.spec.whatwg.org/multipage/parsing.html#parse-error-abrupt-closing-of-empty-comment">
6          Abruptly closed comment
7        </a>
8      </h3>
9      <div>
10        <!-->the previous node should be an empty comment, and this should be a text node-->
11      </div>
12      <div>
13        <!--->the previous node should be an empty comment, and this should be a text node-->
14      </div>
15    </div>
16  </body>
17</html>
18