summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/scrollable-spanner-in-nested.html
blob: b904aaddd29c77e41800d63a93f04a2e70dda310 (plain)
1
2
3
4
5
6
7
8
9
10
<!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=1334885">
<div style="columns:2;">
  <!-- Add a table, as an attempt to trigger legacy layout fallback. -->
  <div style="display:table;"></div>
  <div style="columns:2;">
    <div style="overflow:scroll; column-span:all;"></div>
  </div>
</div>