gecko/modules/plugin/test/reftest/windowless-clipping-1-ref.html

11 lines
299 B
HTML
Raw Normal View History

<html>
<body>
<div style="width:100px; height:100px; overflow:auto;">
<div style="width:100px; height:100px; overflow:hidden;">
<embed type="application/x-test" style="width:200px;"></embed>
</div>
</div>
<div style="width:100px; height:100px; background-color:lime;"></div>
</body>
</html>