summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/listbox-checked-style-ref.html
blob: c48bc81225e74a3ec8460039a459e11cc09fe602 (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>A</option>
  <option>B</option>
</select>