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