swc/crates/swc_html_parser/tests/fixture/element/button/input.html
2022-05-14 01:43:52 +00:00

11 lines
122 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<button><p></button>x
</body>
</html>