file_windowwatcher_subframeB.html (225B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 subFrame B 5 6 <script> 7 function openWin() { 8 parent.frameC.open.call(parent.frameD, "http://example.com/tests/dom/security/test/csp/file_windowwatcher_win_open.html"); 9 } 10 </script> 11 </body> 12 </html>