blob: 9d098a0be4db11f76d8fa3a635e28220f5f5f6e9 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
height: 42px;
width: 42px;
border: 1px solid green;
position: absolute;
}
</style>
<div style="top: 10px; left: 10px;"></div>
<div style="top: 10px; left: 56px;"></div>
<div style="top: 56px; left: 10px;"></div>
<div style="top: 56px; left: 56px;"></div>