dholbert%cs.stanford.edu 41dba10844 Bug 402567: make scrollframe GetMinWidth return the scrolled frame's min-width.
r+sr=dbaron a=blocking1.9


git-svn-id: svn://10.0.0.236/trunk@240446 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-04 22:03:17 +00:00

17 lines
241 B
HTML

<html>
<head><style>
table {
width: 10px;
}
div.scroll {
overflow: scroll;
background: lightgreen;
}
</style></head>
<body>
<table><tr><td>
<div class="scroll">xxx</div>
</td></tr></table>
</body>
</html>