Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/645491-1.html

12 lines
270 B
HTML

<!-- This test needs to be in quirks mode -->
<html>
<head>
<style>
body { color: red; }
body#foo { color: green; }
</style>
</head>
<body onload="document.body.offsetWidth; document.body.id = 'FOO'">
This should be green
</body>
</html>