inline-float-parallel-flow.html (749B)
1 <!DOCTYPE html> 2 <html class="test-wait"> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1489177"> 5 <div style="columns:2; column-fill:auto; height:200px; line-height:20px; orphans:1; widows:1;"> 6 <div style="width:10px;"> 7 bazinga 8 <span> 9 <div style="float:left; height:300px; contain:size;"></div> 10 <br> 11 </span> 12 </div> 13 <div id="e57" style="display:none;"></div> 14 </div> 15 <script> 16 requestAnimationFrame(()=> { 17 requestAnimationFrame(()=> { 18 e57.style.display = "block"; 19 document.documentElement.classList.remove("test-wait"); 20 }); 21 }); 22 </script> 23 </html>