summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/315920-24-ref.html
blob: f5543ced786b633be58106a719964d8da65111af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <style>
      span {color: green}
    </style>
  </head>

  <body>
    <span>Should be no red</span>
  </body>
</html>