blob: a05c5cbf2e81d4ba97fae16cdf8f6affb9785ab7 [file] [log] [blame]
<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>