vladimir%pobox.com dfd838553c b=379474, borders render incorrectly when using moz-border-radius (also 379446, hr noshade renders incorrectly); r=dbaron
git-svn-id: svn://10.0.0.236/trunk@226124 18797224-902f-48f8-a5cc-f745e15eee43
2007-05-08 17:40:08 +00:00

14 lines
195 B
HTML

<!DOCTYPE HTML>
<html>
<style type="text/css">
div {
width: 64px;
height: 64px;
border: 64px solid blue;
}
</style>
<body>
<div style="-moz-border-radius: 128px"></div>
</body>
</html>