blob: a0a8d3b8a27ec29f882378542eecbb249392d5a1 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
body {
font-family: Ahem;
color: green;
}
div {
font-size: 20px;
background-color: green;
position: absolute;
}
span {
font-size: 10px;
}
</style>
<div><span>text inside</span>text outside</div>