gecko/layout/reftests/bugs/571347-2d.html

11 lines
216 B
HTML

<!-- 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>