mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
347 B
HTML
12 lines
347 B
HTML
<!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>
|