spanning-legend-001-crash.html (327B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1123792"> 4 <div style="columns:2;"> 5 <legend id="legend" style="column-span:all;"></legend> 6 </div> 7 <script> 8 legend.getBoundingClientRect(); 9 </script>