file_cross_frame.html (255B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Different-origin iframe</title> 6 </head> 7 <body> 8 <iframe id="testIFrame" src="https://example.org/browser/dom/ipc/tests/file_dummy.html"></iframe> 9 <i>I am a web page</i> 10 </div> 11 </body> 12 </html>