Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/crashtests/nested-multicol-fieldset-tall-trailing-border-freeze.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<div style="columns:2; height:100px; column-fill:auto;">
<div style="height:10px;"></div>
<div style="columns:1; height:100px; column-fill:auto;">
<fieldset style="height:100px; border:none; padding:0; margin:0; border:1px solid; padding-bottom:19px;">
<legend style="padding:0; margin:0;"></legend>
<div></div>
</fieldset>
</div>
</div>