summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/fit-content-with-spanner-and-auto-scrollbar-sibling.html
blob: 105da399b196f701996c533530f9cae4eee98e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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=1308960">
<div style="columns:2; width:100px;">
  <div style="width:min-content;">
    <div style="column-span:all;"></div>
    <div style="height:50px; overflow:auto;">
      <div style="width:100px; height:100px;"></div>
    </div>
  </div>
</div>