summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/listbox-checked-style.html
blob: 1eb33817f68664922ed5d0f38f5ea69c25efe422 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
  option {
    background-color: purple;
    color: white;
  }
</style>
<select size="2">
  <option selected>A</option>
  <option>B</option>
</select>