blob: 9b3093e7bc3f9eb5053f85dd2700673089d7448c [file] [log] [blame]
<style>
div {
font-family: Ahem;
font-size: 20px;
color: green;
width: 100px;
}
span {
border-left: 20px solid green;
border-right: 60px solid blue;
}
</style>
<!-- The inline box should show up on the second line first. -->
<div>X <span>X</span></div>