Files
ladybird/Tests/LibWeb/Layout/input/margin-collapse-through-bfc.html
2026-03-23 11:34:33 +01:00

9 lines
195 B
HTML

<!DOCTYPE html><style>
* { margin: 0; padding: 0; }
body { display: flow-root; }
#outer { margin-top: 100px; }
</style>
<div id="outer">
<div style="display:flow-root"></div>
</div>