mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
250 B
HTML
11 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head/>
|
|
<body>
|
|
<select size="2">
|
|
<option id="one" style="color: red" disabled="disabled">Should be green</option>
|
|
<option id="two" style="color: blue">Should be blue</option>
|
|
</select>
|
|
</body>
|
|
</html>
|