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