1667493.html (259B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <script> 4 function runTest() { 5 let win = window.open("1667493_1.html"); 6 win.finish = function() { 7 document.documentElement.removeAttribute("class"); 8 }; 9 } 10 </script> 11 <body onload="runTest()"> 12 </body> 13 </html>