blob: 18468095b9e884bdb575a0080ccce751b7b8ee9f [file] [log] [blame]
<!DOCTYPE html>
<style>
#foo {
background-color: lightgreen;
color: red;
padding-left: 20px;
}
#bar {
padding-left: 20px;
text-decoration: underline;
}
</style>
<select multiple autofocus>
<option id="foo">foo</option>
<option id="bar" selected>bar</option>
</select>