blob: c619213d24864a0da64327e51b4a1e948b6bbf5b [file] [log] [blame]
<style>
select {
width: 300px;
}
#option {
color: blue;
}
</style>
<p>Test passes if there is the second option is blue.</p>
<select multiple id="select">
<option>A</option>
<option id="option">B</option>
<option>C</option>
<option>D</option>
</select>
<script>