gecko/modules/plugin/test/reftest/windowless-clipping-1-ref.html
Robert O'Callahan 1eca41e60c Bug 488416. The GTK2 test plugin needs to clip to its clipRect in windowless mode. r=karlt
--HG--
extra : rebase_source : e391513c9ca0e57ab30b41e6d5bb2c0525a7001f
2009-04-25 20:40:48 +12:00

11 lines
299 B
HTML

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