swc/crates/swc_html_parser/tests/fixture/attribute/basic/input.html
2022-05-17 08:23:24 +00:00

26 lines
498 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<a 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z></a>
<p title=" <![CDATA[ \n\n foobar baz ]]> ">x</p>
<p title=" <!-- hello world --> ">x</p>
<tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>
<br a=\u00A0 b="&nbsp;" c="\u00A0">
<img
src
=
"test"
/>
<img src=test.jpg>
<img src=test.jpg data-src=test.jpg>
<button disabled></button>
</body>
</html>