swc/crates/swc_html_parser/tests/fixture/element/ul/input.html
2022-06-02 04:00:32 +00:00

9 lines
143 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<ul><li>test</li> <li>test</li><li>Test</ul>
</body>
</html>