summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/flexbox/image-in-fragmented-flexbox-crash-001.html
blob: 3c8a6c52944da437e1d8a0b5e6cf35b766f2c1c0 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1315004">
<div style="height: 10px; column-count: 2;">
  <div style="display: flex; height: 8px;">
    <img src="somelink" height="20" width="156">
  </div>
</div>