blob: 2828d4d1aaf2123e1333f1a7b71082e3cc2dcd44 [file] [log] [blame]
<style>
body {
margin: 0;
}
#rel-pos {
position: relative;
left: 123px;
top: 456px;
}
#inline-block {
display: inline-block;
position: relative;
left: 12px;
top: 34px;
width: 10px;
height: 20px;
transform: translateZ(0);
}
</style>
<span id="rel-pos"><div id="inline-block"></div></span>