Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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: red">Should be blue</option>
</select>
</body>
</html>