| <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] --> | |
| <style> | |
| div { | |
| position: absolute; | |
| } | |
| </style> | |
| <div style="left: 8px; top: 8px; width: 100px; height: 100px; background-color: green;"></div> | |
| <div style="left: 88px; top: 8px; width: 20px; height: 20px; background-color: blue;"></div> |