mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 09:03:37 +03:00
26 lines
498 B
HTML
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=" " c="\u00A0">
|
|
<img
|
|
src
|
|
=
|
|
"test"
|
|
/>
|
|
|
|
<img src=test.jpg>
|
|
<img src=test.jpg data-src=test.jpg>
|
|
|
|
<button disabled></button>
|
|
|
|
</body>
|
|
</html>
|