haikuwebkit/LayoutTests/fast/layoutformattingcontext/float-inside-table-cell-sim...

9 lines
353 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
position: absolute;
}
</style>
<div style="left: 8px; top: 8px; width: 100px; height: 100px; background-color: green;"></div>
<div style="left: 88px; top: 8px; width: 20px; height: 20px; background-color: blue;"></div>