blob: 2aa03f4adc47374a240b2fc2d0551d4138e75d89 [file] [edit]
<style>
.container {
font-family: monospace;
position: fixed;
}
.parent {
background-color: green;
position: absolute
}
</style>
<div class=container><div class=parent>PASS if this text is visible</div></div>