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

16 lines
282 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
div:after { content: 'X'; border:1px solid red; }
div.foo:after { content: 'Y'; }
</style>
</head>
<body>
<div id="d"></div>
<script>
document.body.offsetTop;
document.getElementById("d").setAttribute("class", "foo");
</script>
</body>
</html>