swc/crates/swc_html_minifier/tests/fixture/text/select-1/input.html
2022-06-29 12:30:28 +00:00

10 lines
182 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><span>test</span><select>
<option>foo</option>
<option>bar</option>
</select></body>
</html>