<!DOCTYPE html>
<script src="../../../resources/ahem.js"></script>
<style>
body {
margin: 0;
padding: 0;
}
#container {
position: absolute;
width: 255px;
text-align: right;
font: 10px Ahem;
color: green;
}
#container > span {
outline: 5px solid blue;
}
</style>
<div id=container>
<span>Test</span>
</div>