blob: 0d5187b0b0075ab5fcb8b6a06e91cdac1c16e2fa [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
.absolute {
position: absolute;
left: 8px;
top: 8px;
width: 100px;
height: 100px;
background-color: green;
}
div {
color: green;
}
</style>
<div>text content<div class=absolute></div></div>