summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html
blob: b0cedcaf5af86d2b88950deed89d3ff9a05e1ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<div style="display: flex;">
  <button>
    <div style="float: left; padding-top: 2147483648em;"></div>
  </button>
  <table>
    <caption style="display: flex;">
      text<br>text
    </caption>
    <tbody></tbody>
  </table>
</div>