haikuwebkit/LayoutTests/fast/layoutformattingcontext/quirk-margin-not-collapse-w...

12 lines
265 B
HTML

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