summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/resumed-float-and-inline-block-crash.html
blob: c86034c3723c3dc8cb89a5383b4dcfdf9abb94d9 (plain)
1
2
3
4
5
6
7
<!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=1249828">
<div style="columns:3; column-fill:auto; height:100px;">
  <div style="float:left; width:50px; height:150px;"></div>
  <div style="display:inline-block; width:30px; height:10px;"></div>
</div>