blob: 079e2a1e5e7be7d2b4eb53abde93ef6685b980b5 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
border: 2px solid black;
padding: 4px;
-webkit-box-sizing: border-box;
margin: 10px;
}
</style>
<div style="-webkit-box-sizing: content-box; width:8px; height:8px"></div>
<div style="width:20px; height:20px"></div>
<div style="position:absolute; -webkit-box-sizing: content-box; width:8px; height:8px"></div>
<div style="position:absolute; left:38px; width:20px; height:20px"></div>