mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00: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>
|