tenfourfox/layout/reftests/bugs/315920-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
252 B
HTML

<!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>