| <!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] --> | |
| <style> | |
| div { | |
| width: 150px; | |
| height: 29px; | |
| background-color: green; | |
| } | |
| .cell { | |
| width: 72px; | |
| height: 25px; | |
| background-color: blue; | |
| position: relative; | |
| } | |
| </style> | |
| <div></div> | |
| <div class=cell style="top: -27px; left: 2px"></div> | |
| <div class=cell style="top: -52px; left: 76px"></div> |