swc/crates/swc_html_minifier/tests/fixture/attribute/input/output.min.html

11 lines
155 B
HTML

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<input name=a>
<input name=b>
<input name=c>
<input name=d>
</body></html>