file_block_all_mixed_content_frame_navigation2.html (330B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Bug 1122236 - CSP: Implement block-all-mixed-content</title> 6 </head> 7 <body> 8 <b>http://c.com loaded, let's tell the parent</b> 9 10 <script class="testbody" type="text/javascript"> 11 window.parent.postMessage({result: "frame-navigated"}, "*"); 12 </script> 13 14 </body> 15 </html>