Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Monolithic float with margins in block formatting context, above fragmentainer start</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="width:50px; height:100px; border-right:50px solid green; background:red;">
<div style="columns:2; line-height:20px; orphans:1; widows:1; background:green;">
<div style="margin-bottom:-30px;"></div>
<div style="float:left; width:1px; contain:size; height:20px; margin-top:40px; margin-bottom:70px;"></div>
</div>
</div>