summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/416752-1-ref.html
blob: b61fde7a95f3b77974abab07887cfb6bf37df495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
 <head><style>
   div.post {
     overflow: auto;
     height: 15px;
     border: 1px solid black;
   }
   div.filler {
     height: 16px;
     background: yellow;
   }
 </style></head>
 <body><div class="post"><div class="filler"></div></div></body>
</html>