blob: 1e7a097b305f1f7cba5a091736856dc6fc2e49d9 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Input type=image with CSS content.</title>
<link rel="author" href="mailto:masonf@chromium.org">
<style>
option {
color: black;
}
#option2 {
background-color: red;
}
#option1 {
background: green;
}
</style>
<select id=select size=3 multiple>
<option id=option1>Option #1 (should be green)</option>
<option id=option2>Option #2 (should be red)</option>
</select>