tenfourfox/layout/reftests/bugs/417246-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
179 B
HTML

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