summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/select/listbox-zero-row-initial.html
blob: 1ff6549da2e611c572678b674097a2a0a8d2e81c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<title>Testcase for initial reflow of zero height options</title>
<style>

  html { overflow: hidden }
  option { height: 0; min-height: 0 }

</style>

<select size="3">
  <option>One</option>
  <option>Two</option>
  <option>Three</option>
</select>