<!--
@BLINK-ALLOW:pageLocation*
-->
<!DOCTYPE html>
<html>
<head>
<style>
body {
padding: 0;
margin: 0;
}
.before {
display: inline-block;
width: 100px;
}
.after {
position: relative;
}
</style>
</head>
<body>
<div>
<span class="before">Before</span><span class="after">After</span>
</div>
</body>
</html>