summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-26-ref.html
blob: b8cc594be84bbf34186427c747f8be35486aff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <style>
      span {color: green}
    </style>
  </head>

  <body>
    <div>
      <input type="checkbox" id="one" checked="checked"/>
      <span>Should be no red </span>
    </div>
    <div>
      <input type="checkbox" id="one" checked="checked"/>
      <span>Should be no red </span>
    </div>
  </body>
</html>