Mozilla/mozilla/layout/reftests/bugs/416752-1-ref.html
roc+%cs.cmu.edu 0838e693a1 Bug 416752. Use the scrollbar min-height/min-width to establish the minimum scrollport size, not the pref-height/pref-width. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@246424 18797224-902f-48f8-a5cc-f745e15eee43
2008-02-25 01:21:08 +00: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>