Mypal/layout/reftests/bugs/571347-2b.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>