dynamic-caption-child-change-002-crash.html (566B)
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=1379473"> 4 <div style="columns:2; column-fill:auto; height:500px;"> 5 <div style="display:table-caption; overflow:hidden;"> 6 <span> 7 <div style="display:inline-block;"> 8 <div id="target"></div> 9 <div style="width:300px; height:150px;"></div> 10 </div> 11 x 12 </span> 13 </div> 14 </div> 15 <script> 16 document.body.offsetTop; 17 target.style.display = "none"; 18 </script>