summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/352980-3-ref.html
blob: da21758ab418a983cbcbde6fcbd044724ff11688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
 <head>
  <style>
   span { color: green }
  </style>
 </head>
 <body>
  <form>
    <span>This should be green</span>
    <span>This should be green</span>
    <span>This should be green</span>
  </form>
 </body>
</html>