swc/crates/swc_html_minifier/tests/fixture/attribute/javascript-prefix/output.min.html

11 lines
225 B
HTML
Raw Normal View History

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<form action=/test>
<input onkeydown=myFunction()>
</form>
<div type=text onmouseover=myFunction()>test</div>
</body></html>