summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/417246-1-ref.html
blob: a0f7bea16f81064d52e1e6d24e6ebe3b327bf3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>