RetroZilla/parser/htmlparser/tests/html/option.html
2015-10-20 23:03:22 -04:00

10 lines
91 B
HTML

<html>
<body>
<form>
<option>there
<option SELECTED/>hello
</form>
</body>
</html>