swc/crates/swc_html_codegen/tests/fixture/table-p/output.html
2022-05-28 08:34:00 +00:00

11 lines
161 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>test</title>
</head>
<body>
<table></table><a>1</a><p>23</p>
<a>1</a><p>23</p><table></table>
</body></html>