mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
250 B
HTML
10 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>
|