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

12 lines
224 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<input name="a" type="text">
<input name="b" type="TEXT">
<input name="c" type=" TEXT ">
<input name="d" size=" 20 ">
</body>
</html>