mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
388 B
HTML
12 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="width:200px; height:200px; overflow:hidden; position:absolute; z-index:1">
|
|
<embed type="application/x-test" style="width:200px; height:200px;">
|
|
</div>
|
|
<div style="width:200px; height:100px; overflow:hidden; position:absolute; z-index:2">
|
|
<embed type="application/x-test" style="width:200px; height:200px;">
|
|
</div>
|
|
</body>
|
|
</html>
|