summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/nested-multicol-fieldset-tall-trailing-padding.html
blob: b155a4d7f42283c18e6ea113dc2000393752c72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<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>