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-abrupt-closing-of-empty-comment"> 7 Abruptly closed comment 8 </a> 9 </h3> 10 <div> 11 <!---->the previous node should be an empty comment, and this should be a text node--> 12 </div> 13 <div> 14 <!---->the previous node should be an empty comment, and this should be a text node--> 15 </div> 16 </div> 17 </body> 18</html> 19