blob: bf14a1474f978ee54b906843e1c18f801e16831a [file] [log] [blame]
<style>
.inlineRoot {
border: 1px solid green;
width: 200px;
height: 200px;
overflow: hidden;
font-size: 12px;
}
.blockRoot {
position: relative;
top: 100px;
left: 100px;
}
</style>
<div class=inlineRoot>before<span class=blockRoot>nested</span>after</div>