block-in-inline-004-crash.html (447B)
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=1295183"> 4 <div style="columns:2; line-height:20px; column-fill:auto; height:25px; orphans:1; widows:1;"> 5 <span id="elm"> 6 <div style="height:3px;"> 7 <div style="height:26px;"></div> 8 </div> 9 <br> 10 </span> 11 </div> 12 <script> 13 elm.getClientRects(); 14 </script>