mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
210 B
HTML
9 lines
210 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div style="overflow:auto; width:100px; height:100px; padding:100px; background:green;">
|
||
|
<div style="height:200px; width:100px; background:yellow;"></div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|