file_windowwatcher_frameA.html (529B)
1 <!DOCTYPE HTML> 2 <html> 3 <body> 4 frame A<br/> 5 <iframe name='frameB' src="http://example.com/tests/dom/security/test/csp/file_windowwatcher_subframeB.html"></iframe> 6 <iframe name='frameC' src="http://example.com/tests/dom/security/test/csp/file_windowwatcher_subframeC.html"></iframe> 7 <iframe name='frameD' src="http://example.com/tests/dom/security/test/csp/file_windowwatcher_subframeD.html"></iframe> 8 9 <script class="testbody" type="text/javascript"> 10 11 window.onload = function() { 12 frameB.openWin(); 13 } 14 15 </script> 16 </body> 17 </html>