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