tenfourfox/layout/reftests/bugs/571347-1a.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

11 lines
205 B
HTML

<!DOCTYPE html>
<head>
<style>
body { color: red; }
.Foo { color: green; }
</style>
<body onload="document.body.className = 'abc Foo'" class="abc">
This should be green
</body>
</head>