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

16 lines
282 B
HTML

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