swc/crates/swc_html_parser/tests/fixture/element/basic/input.html

28 lines
387 B
HTML
Raw Normal View History

2022-04-07 08:12:54 +03:00
<div></div>
<div><div></div></div>
<div></div><div></div>
<br>
<br />
<h:ællæ></h:ællæ>
<div ></div>
2022-04-07 08:12:54 +03:00
<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>
2022-04-28 20:27:39 +03:00
<div data-test="a"></div>
2022-04-07 08:12:54 +03:00
<br data-test="a" />
<br data-test="a" >
<br data-test="a">
<div
>
Test
</div
2022-04-08 12:19:58 +03:00
>
2022-04-28 20:27:39 +03:00
<div>test</div>