mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
17 lines
457 B
HTML
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>
|