1514544-1.html (248B)
1 <html class="reftest-wait"> 2 <script> 3 setTimeout(function() { 4 a.appendChild(b); 5 document.documentElement.className = ""; 6 }, 100) 7 </script> 8 <style> 9 :root { opacity: 0 } 10 </style> 11 A 12 <textarea id="a" hidden=""></textarea> 13 <object id="b" > 14 A 15 </html>