<!--
@BLINK-ALLOW:offscreen
@BLINK-ALLOW:size=(200, 100)
@BLINK-ALLOW:size=(10, 10)
-->
<html>
<body>
<div style="height: 0;">Visible</div>
<div style="height: 0; width: 10px;">
<div style="margin: 20px; height: 100px; width: 200px">Also visible</div>
</div>
<div style="overflow:visible; width: 0; height:0;">
<div>Also visible</div>
</div>
<div style="overflow:hidden; height: 0;">Hidden</div>
<div style="overflow:hidden; width: 10px; height: 10px">
<div style="margin: 20px;">Also hidden</div>
</div>
</body>
</html>