blob: d9a7e323d1fe7f624ecdd9489abdee63bd1e9f6c [file] [log] [blame]
<!DOCTYPE html>
<style>
.fixed-pos{
position: fixed;
background: green;
}
</style>
<p>You should see no red.</p>
<div class="fixed-pos" >
<div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
</div>
<div>
YYYY
</div>
</div>