1316884-1.html (692B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <meta charset="UTF-8"> 4 <script> 5 addEventListener("DOMContentLoaded", function(){ 6 setTimeout(function(){ 7 o_0.appendChild(document.createElement("span")); 8 document.documentElement.removeAttribute("class"); 9 }, 0); 10 }); 11 </script> 12 <body style="columns: 5; column-fill: auto; height: 100px;"> 13 <div style="display: grid; grid-auto-rows: 30px; grid-template-rows: 5px min-content 50px;"> 14 <span style="page-break-inside: avoid; grid-row: 2; height: 60px;"> 15 <div id=o_0 style="display: grid; grid-gap: 0; grid-template-rows: min-content 50px; grid-auto-rows: 30px;"> 16 <span style="grid-row: 1/span 4;"></span> 17 </div> 18 </span> 19 </div> 20 </body> 21 </html>