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