gecko-dev/layout/reftests/bugs/315920-5-ref.html

12 строки
340 B
HTML
Исходник Обычный вид История

2007-12-21 06:36:38 +03:00
<!DOCTYPE html>
<html>
<head/>
<body>
<select size="4" id="selection">
<option id="zero" style="color: green" selected="true">Should be no red</option>
<option id="two" style="color: green">Should be no red</option>
<option id="three" style="color: green">Should be no red</option>
</select>
</body>
</html>