summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/571347-2c.html
blob: fa8df1179d60947dad87f2cd9d7d932571a8304b (plain)
1
2
3
4
5
6
7
8
9
10
<!-- Quirks on purpose -->
<head>
  <style>
    body { color: red; }
    .Foo { color: green; }
  </style>
  <body onload="document.body.className = 'abc foO'" class="abc">
    This should be green
  </body>
</head>