blob: ccea6d7f43154b286d3418296ffab3986281fc59 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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>