summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/uninitialized_read_crash.html
blob: 5aa3b223cd53401edf01a25d2079a87b034b76fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>