summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-6-ref.html
blob: 1e77dd05fc68ed93aaa4c7aa3a9eb05ac3011879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <style>
      option {color: green}
    </style>
  </head>
  <body>
    <select size="2">
      <option id="one" selected="selected">Should be no red</option>
      <option id="two">Should be no red</option>
    </select>
  </body>
</html>