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

7 lines
252 B
HTML

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