blob: 1e4e9a2e8465cc8fb95179ca090f0f45bb2e4132 [file] [log] [blame]
<style>
div {
border-style:solid;
border-width:1px;
will-change:transform;
position:relative;
padding:5px 0px;
width:500px;
}
</style>
<div id='InitialDiv'></div>
<div id='LongDiv' style="width:200px"></div>
<div id='CenterDiv' style="left:20px">
<div id='InnerDiv' style="left:20px">
<div id='OtherDiv' style="">
Word
</div>
</div>
</div>