wpt / css / css-tables / crashtests / negative-section-distribution.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-tables/crashtests/negative-section-distribution.html

<!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>