db48x%yahoo.com 525634874e Bug 384576 – adding -moz-border-radius to an element causes the background to be drawn without dpi scaling
r=sharparrow1, sr=roc


git-svn-id: svn://10.0.0.236/trunk@229788 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-12 04:04:33 +00:00

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>