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