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

12 lines
196 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div>Test</div>
<div>One</div><div>Two</div>
<div><div>Three</div></div>
<div><h1>Test</h1></div>
</body>
</html>