chromium/third_party/blink/web_tests/external/wpt/css/css-tables/crashtests/uninitialized_read_crash.html

<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1172819">

<table style="height:69080px;width:100px;background: blue;border-spacing:2px;">

<thead style="height:400%">
  <tr style="height:18px"></tr>
</thead>
<tbody>
  <tr style="height: 2712px"></tr>
</tbody>
<tbody>
  <tr style="height: 1694px"></tr>
</tbody>
<tbody>
  <tr style="height: 6436px"></tr>
</tbody>
</table>