swc/crates/swc_html_parser/tests/recovery/element/select-2/input.html
2022-05-15 04:20:21 +00:00

11 lines
187 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<select name="test" id="test">
<select name="test-1" id="test-1"></select>
</select>
</body>
</html>