haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/relative-bottom.html

9 lines
426 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="position: relative; top: auto; bottom: 8px; width: 30px; height: 20px;"></div>
<div style="position: relative; top: 10px; bottom: 18px; width: 30px; height: 40px;"></div>
<div style="position: relative; bottom: 28px; width: 30px; height: 70px;"></div>
</body>
</html>