1 2 3 4 5 6 7 8 9 10 11 12
<html class="reftest-wait"> <head> <script> function finish() { document.documentElement.removeAttribute("class"); } </script> </head> <body onload="setTimeout(finish, 5000)"> <iframe src="561981-1-iframe.xhtml"></iframe> </body> </html>