summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-27-ref.html
blob: c554059754fad24f98a96dc084f0b5e52ca7cb8e (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 id="one" checked="checked"/>
      <span>Should be no red </span>
    </div>
    <div>
      <input id="one" checked="checked"/>
      <span>Should be no red </span>
    </div>
  </body>
</html>