iframe-focus-with-same-as-top-intermediate-frame-inner.html (239B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>iframe.focus() with same-as-top 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>