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

35 lines
485 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div></div>
<div><div></div></div>
<div></div><div></div>
<br>
<br />
<h:ællæ></h:ællæ>
<div ></div>
<some-tag-1></some-tag-1><some-tag-2></some-tag-2>
<a href="test.html"><div>hey</div></a>
<CUSTOM-TAG></CUSTOM-TAG><div>Hello :)</div>
<div>
test
</div>
<div data-test="a"></div>
<br data-test="a" />
<br data-test="a" >
<br data-test="a">
<div
>
Test
</div
>
<div>test</div>
</body>
</html>