iframe-focus-with-different-site-intermediate-frame-inner.html (242B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>iframe.focus() with different-site intermediate frame inner</title> 5 </head> 6 <body> 7 <script> 8 document.body.onfocus = function() { 9 parent.postMessage("innerfocus;", "*"); 10 } 11 </script> 12 </body> 13 </html>