blob: be0ed06137909205c33409e2e65e579329532031 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>Reference for 315920-11 d, e</title>
<style> optgroup {color:green} </style>
</head>
<body>
<select size="2">
<optgroup id="ogone" label="There should be no red">
</optgroup>
<optgroup id="ogtwo" label="There should be no red">
</optgroup>
</select>
</body>
</html>
|