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