blob: b8b7eca7b9bd2ffdb6a9cd2df36ca1f9e51e4ef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<body>
<select size="4" id="selection">
<option id="zero"></option>
<option id="one" style="color: green">Should be no red</option>
<option id="two" style="color: green">Should be no red</option>
<option id="three" style="color: green">Should be no red</option>
</select>
</body>
</html>
|