swc/crates/swc_html_minifier/tests/fixture/attribute/javascript-prefix/input.html
2022-04-29 03:19:44 +00:00

12 lines
270 B
HTML

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