| <!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> |