vladimir%pobox.com d8ab00f761 b=417246, wrong border size rendering in some cases ; r=roc
git-svn-id: svn://10.0.0.236/trunk@247182 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-06 07:59:01 +00:00

15 lines
203 B
HTML

<html>
<head>
<style>
.a {
border-top: 40px solid blue;
border-bottom: 20px dashed green;
background: green;
width: 200px;
}
</style>
</head>
<body>
<div class="a"></div>
</body> </html>