gecko/layout/reftests/bugs/315920-1-ref.html

11 lines
252 B
HTML
Raw Normal View History

2007-12-20 19:36:38 -08:00
<!DOCTYPE html>
<html>
<head/>
<body>
<select size="2">
<option id="one" style="color: green" disabled="disabled">Should be green</option>
<option id="two" style="color: blue">Should be blue</option>
</select>
</body>
</html>