summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/395107-4-ref.html
blob: fb3586f0ba1cee8ed6237f76e22eb11ecda2ff2e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
    <select>
      <option selected disabled>Option one</option>
      <option>Option two</option>
    </select>
  </body>
</html>