blob: 770a6ccdcf7d30e1ca3aa37086f6344a918e22bc [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
div {
height: 10px;
width: 10px;
border: 1px solid green;
position: absolute;
}
</style>
<div style="top: 10px; left: 10px;"></div>
<div style="top: 10px; left: 24px;"></div>
<div style="top: 24px; left: 10px;"></div>
<div style="top: 24px; left: 24px;"></div>