swc/crates/swc_html_parser/tests/recovery/element/template-2/input.html
2022-05-15 04:20:21 +00:00

9 lines
303 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div id="tmplParent"><template id="tmpl1"><div id="fosterParent"><table id="tbl"><tr><td>Cell 1</td></tr><div id="orphanDiv">Orphan div content</div><tr><td>Cell 2</td></tr></table></div></template></div>
</body>
</html>