blob: a05fa7658ac7dfda91cce97e84ef677bf449526c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
</head>
<body>
<select id="select">
<option>Blue</option>
<option style="background-color: red;">Red</option>
</select>
</body>
</html>