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