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