blob: 233fc7a6e2f0d0b90ba925e4e3db31a5bf97123d [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<h1>This HTML is for testing if imports are parsed by HTML parser, not XML one.</h1>
<div id="parent">
<p id="p1">This is the first paragraph, without close tag.
<p id="p2">This is the second paragraph. The parent should be div, even though the
previous P tag is closed.
</body>
</html>