Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1795030.html
blob2385d45034bc5ee1bdcf49ab9ed71ee5551acd82
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 window.addEventListener('load', () => {
6 const colgroup = document.getElementById('id_0')
7 const col = document.getElementById('id_1')
8 colgroup.span = 38
9 col.setAttribute('span', 1174069215)
11 </script>
12 </head>
13 <table>
14 <th colspan='177'>
15 <colgroup id='id_0'>
16 </colgroup>
17 <col>
18 <colgroup span='206'>
19 <col id='id_1'>
20 </colgroup>
21 </th>
22 </table>
23 </html>