move-newline-pre-text.html (813B)
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=1386676"> 5 <div id="container" style="columns:10; column-fill:auto; height:30px; line-height:20px; orphans:1; widows:1; white-space:pre;"> 6 <span id="htmlvar00001"><br><br></span> 7 8 </div> 9 <script> 10 requestAnimationFrame(()=> { 11 requestAnimationFrame(()=> { 12 document.body.style.color = "blue"; 13 htmlvar00001.style.display = "none"; 14 requestAnimationFrame(()=> { 15 requestAnimationFrame(()=> { 16 container.style.width = "88%"; 17 document.documentElement.classList.remove("test-wait"); 18 }); 19 }); 20 }); 21 }); 22 </script> 23 </html>