blob: fcf1044140a5d66262028c28243f9f54ea222f0b [file] [log] [blame]
<!DOCTYPE html>
<meta charset=utf-8>
<title>Parent node visible with absolutely positioned children, where ancestor overflow is hidden</title>
<style>
body {
overflow: hidden;
height: 0;
width: 0;
}
.child { position: absolute }
</style>
<div id=parent>
<div class=child>grated</div>
<div class=child>cheese</div>