443655.html (350B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 </head> 5 6 <body onload="document.removeChild(document.documentElement)"> 7 8 <!-- The order of the two iframes matters! --> 9 10 <iframe src='data:text/html,<body onload="s = parent.document.getElementById('s').contentWindow;" onunload="s.location = s.location;">'></iframe> 11 12 <iframe id="s"></iframe> 13 14 </body> 15 </html>