<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] --> | |
<style> | |
div { | |
color: green; | |
background-color: green; | |
position: absolute; | |
} | |
span { | |
font-size: 10px; | |
font-family: Ahem; | |
} | |
</style> | |
<div><span>text content</span></div> |