1278461-2.html (716B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"><head> 3 <meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body> 4 <style> 5 html{columns:50px auto} 6 body{display:grid} 7 div{height:200px} 8 </style> 9 <script> 10 window.onload=function(){ 11 var b = document.body, v; 12 b.appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'div')); 13 b.appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'div')); 14 b.appendChild(v = document.createElementNS('http://www.w3.org/1999/xhtml', 'div')); 15 setTimeout(function(){ 16 v.style.overflow = "hidden"; 17 document.documentElement.className = ''; 18 },100); 19 }; 20 </script> 21 22 <div></div><div></div><div style="overflow: hidden;"></div></body></html>