gecko/dom/plugins/test/reftest/windowless-layers.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>