summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/caption-with-multicol-table-cell.html
blob: 2228ad69366f2a364a229a3cb178e5bf8414da56 (plain)
1
2
3
4
5
6
7
8
<!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=1177684">
<table>
  <caption>
    <div style="columns:1; display:table-cell;"></div>
  </caption>
</table>