swc/crates/swc_html_minifier/tests/fixture/attribute/empty/input.html
2022-04-28 02:30:53 +00:00

25 lines
522 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<p id="" class="" STYLE=" " title="\n" lang="" dir="">x</p>
<p
onclick=""
ondblclick=" "
onmousedown=""
ONMOUSEUP=""
onmouseover=" "
onmousemove=""
onmouseout=""
onkeypress=
"
"
onkeydown=
""
onkeyup
="">x</p>
</body>
</html>