gecko/layout/html/tests/table/bugs/bug139843.html

12 lines
211 B
HTML
Raw Normal View History

<html>
<body>
<div style='overflow:auto; height:100px; width:80%'>
<table border=0 cellpadding=0 cellspacing=0 width='100%'>
<tr><td class='subTableHdr'>
blah
</td></tr>
</table>
</div>
</body>
</html>