gecko-dev/layout/reftests/abs-pos/select-1-ref.html

12 строки
184 B
HTML

<!DOCTYPE html>
<html>
<select size=4>
<option>foo</option>
<option>bar</option>
</select>
<select>
<option>foo</option>
<option>bar</option>
</select>
</html>