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

12 lines
344 B
HTML
Raw Normal View History

<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>