Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1795051.html
blob3d829f55181359e6db54d6c2d7f77d21ffbecd83
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 * {
6 max-width: fit-content;
8 </style>
9 <script>
10 window.addEventListener('load', () => {
11 const col = document.getElementById('id_0')
12 const table = document.getElementById('id_1')
13 const colgroup_1 = document.createElement('colgroup')
14 const colgroup_2 = document.createElement('colgroup')
15 colgroup_2.span = 174
16 table.appendChild(colgroup_1)
17 table.appendChild(col)
18 table.appendChild(colgroup_2)
19 document.documentElement.getAnimations({ })
20 colgroup_1.setAttribute('span', 190)
21 colgroup_2.setAttribute('span', 0)
23 </script>
24 </head>
25 <table id='id_1'>
26 <col id='id_0'>
27 </table>
28 </html>