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

18 lines
190 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<table>
<table>
</table>
<table>
<tr>
</table>
</tr>
</table>
</table>
</body>
</html>