blob: c35c4d8a297dd8cc86d3d55ec8da2c95df118817 [file] [log] [blame]
<!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>