summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/table/table-in-abspos-multicol-with-nested-meter-crash.html
blob: 363324b225b2e72d05defcb2ddea4865ca76ef8a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1351677">
<p>PASS if no crash or DCHECK failure.</p>
<div style="position:absolute; column-count:1;">
  <table>
    <caption>
      <meter style="column-count:1;"></meter>
    </caption>
  </table>
</div>