Mypal/layout/reftests/bugs/571347-2b.html

11 lines
216 B
HTML
Raw Normal View History

2019-03-11 10:26:37 +00:00
<!-- 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>