1547391.html (344B)
1 <script> 2 function go() { 3 document.body.offsetHeight; 4 b.insertAdjacentHTML("afterBegin", a.innerHTML) 5 } 6 </script> 7 <body onload=go()> 8 <details id="b" open="true" style="column-count: 1"> 9 A 10 <div id="a" style="column-span: all"> 11 <!-- this comment is essential to trigger the assertion. --> 12 </div> 13 B 14 </details> 15 </body>