chromium/third_party/blink/web_tests/external/wpt/css/css-multicol/crashtests/nested-multicol-fieldset-tall-trailing-padding.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1318137">
<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; padding-top:1px; padding-bottom:20px;">
      <legend></legend>
      x
    </fieldset>
  </div>
</div>