haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/fixed-nested.html

15 lines
633 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="position: fixed; left: 20px; top: 10px; width: 30px; height: 40px;">
<div style="position: fixed; left: 120px; top: 100px; width: 230px; height: 40px;">
<div style="position: absolute; left: 10px; top: 10px; width: 30px; height: 40px;">
<div style="width: 30px; height: 40px;">
<div style="position: fixed; left: 220px; top: 100px; width: 30px; height: 40px;"></div>
</div>
</div>
</div>
</div>
</body>
</html>