blob: e232645e476ab14d13de36cf312c138026e69af8 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.first {
width: 70px;
height: 30px;
background-color: red;
}
.second {
width: 70px;
height: 70px;
background-color: green;
}
</style>
<div class=first></div><div class=second></div>