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

15 lines
274 B
HTML
Raw Normal View History

2007-12-20 19:36:38 -08: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>