mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
299 B
HTML
11 lines
299 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<div style="width:100px; height:100px; overflow:auto;">
|
||
|
<div style="width:100px; height:100px; overflow:hidden;">
|
||
|
<embed type="application/x-test" style="width:200px;"></embed>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="width:100px; height:100px; background-color:lime;"></div>
|
||
|
</body>
|
||
|
</html>
|