gecko-dev/layout/html/tests/formctls/bugs/bug167236-3.html

12 строки
157 B
HTML

<html><head><title>Testcase</title></head><body>
<form>
Text <select disabled>
<option>foo
</select>
<select>
</select>
<input> Text
</form>
</body>
</html>