mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
11 lines
251 B
HTML
11 lines
251 B
HTML
<!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>
|