haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-with-margin-simple.html

14 lines
300 B
HTML

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