mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1eca41e60c
--HG-- extra : rebase_source : e391513c9ca0e57ab30b41e6d5bb2c0525a7001f
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>
|