chromium/third_party/blink/web_tests/fast/multicol/monolithic-table-section-crash.html

<!DOCTYPE html>
<button>
  <div style="columns:2;">
    <div style="-webkit-line-clamp:7; display:table-row-group;"></div>
  </div>
</button>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
  test(() => { }, "No crash or DCHECK failure.");
</script>