gecko/layout/reftests/bugs/384576-1.html

17 lines
272 B
HTML

<html>
<style type="text/css">
div.test {
background-color: red;
margin: 5em;
-moz-border-radius: 10px;
}
div > div {
background-color: green;
}
</style>
<body>
<div class="test"><div>&nbsp;</div></div>
</body>
</html>