<!DOCTYPE html>
<html>
<body>
<div style="width: 200px">
<div style="float: left; width: 200px">
testing
</div>
<aside style="float: left;margin-right: -100px;">
aside
</aside>
</div>
</body>
</html>