summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/594737-1-ref.html
blob: 1200060686f0fa838e5a442318fcc35184701b86 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
  <select disabled size="4">
    <option>One</option>
    <option>Two</option>
    <option>Three</option>
    <option>Four</option>
  </select>
</body>