haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/absolute-left-right-top-bot...

15 lines
804 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<html>
<body>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; right: 10px; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: 10px; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: auto; top: auto; width: 30px; height: 20px;"></div>
<div style="width: 10px; height: 20px;"></div>
<div style="position: absolute; left: auto; top: 10px; width: 30px; height: 20px;"></div>
<div style="position: absolute; left: auto; bottom: 10px; width: 30px; height: 20px;"></div>
</body>
</html>