1795051.html (765B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 * { 6 max-width: fit-content; 7 } 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) 22 }) 23 </script> 24 </head> 25 <table id='id_1'> 26 <col id='id_0'> 27 </table> 28 </html>