436900-2-inner.html (298B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 5 <meta http-equiv="refresh" content="0"> 6 7 <script language="javascript" id="foo+++"> 8 9 location.hash += "+++"; 10 11 function done() 12 { 13 parent.document.documentElement.removeAttribute("class"); 14 } 15 16 </script> 17 </head> 18 <body onload="setTimeout(done, 10)"> 19 20 </body> 21 </html>