summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/1769580-ref.html
blob: e6a4cb65773bc4821ce5ba1619b52fb3f7427b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
select {
  appearance: none;
  background: lightgray;
  border: none;
  text-indent: 0.01px;
}
</style>
<select>
  <option>16</option>
</select>