haikuwebkit/LayoutTests/fast/layoutformattingcontext/empty-block-level-box-with-...

11 lines
281 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
width: 100px;
height: 100px;
}
</style>
<div style="background-color: green"></div>
<div style="background-color: blue"></div>