| <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] --> | |
| <style> | |
| div { | |
| width: 100px; | |
| border: 10px solid green; | |
| padding: 10px; | |
| background-color: green; | |
| margin: 100px; | |
| display: table; | |
| } | |
| </style> | |
| <div></div> | |
| <div></div> |