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