blob: 888563ced51a10806b6bf75d46e83f2be31aebbb [file] [log] [blame]
<!DOCTYPE html>
<style>
.child {position:absolute;top:60px;width:100px; height: 100px; background-color: green; }
</style>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<p>crbug.com/618230: There should be a green square below.
<div style="position: fixed;">
<div class="child"></div>
</div>