summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/nested-multicol-fieldset-tall-trailing-border-freeze.html
blob: 014073a9e8c1513dbd38dc0ee66e4547a6b3be36 (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=1323250">
<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>