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

17 lines
457 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<table cellspacing="0" cellpadding="0" style="width:200px;">
<tbody style="height:100px; overflow:hidden;">
<tr style="background:yellow;"><td><div style="height:200px;"></div>
</tbody>
</table>
<br>
<table cellspacing="0" cellpadding="0" style="width:200px;">
<tbody style="height:100px; overflow:scroll;">
<tr style="background:yellow;"><td><div style="height:200px;"></div>
</tbody>
</table>
</body>
</html>