blob: 3ccc44fc3b7f2a207cdf8608a67aff087aaafb35 [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>