Will there be a valid code where the child block is wider and taller than the parent?
<div style="position: absolute; width: 1px; height: 1px; top: 100px; left: 100px;"> <div style="position: absolute; width: 100px; height: 100px; top: -50px; left: -50px;"></div> </div>