mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|