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

14 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>