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