summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-1-ref.html
blob: 8a6761754747d783bc31d7d362cb07c95fdbfc94 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head/>
  <body>
    <select size="2">
      <option id="one" style="color: green" disabled="disabled">Should be green</option>
      <option id="two" style="color: blue">Should be blue</option>
    </select>
  </body>
</html>