blob: 91f598cfca9fdc17bb83dad36754c261322a6252 [file] [log] [blame]
<html>
<head>
<style>
div {
width:100px;
height:100px;
}
</style>
</head>
<body style="margin:0px">
<div style="overflow:hidden; background-color:red; height:0px">
<div style="position:absolute; background-color:red">
<div style="overflow:hidden; background-color:green">
</div>
</div>
</div>
</body>
</html>