blob: f52f45306265a3130da67d565eafa667cd4e4725 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=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>