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