1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html class=reftest-wait> <head> <meta charset=utf-8> <title>Fragment nav</title> <script> function loaded() { document.documentElement.removeAttribute("class"); } </script> </head> <body onload='setTimeout(loaded, 10);'> <iframe src="frame582940-ref.html#ref"></iframe> </body> </html>