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

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

2007-12-21 06:36:38 +03:00
<!DOCTYPE html>
<html>
<head>
<style>
option {color: green}
</style>
</head>
<body>
<select size="2">
<option id="one" disabled="disabled">Should be no red</option>
<option id="two">Should be no red</option>
</select>
</body>
</html>