- add sources.
[platform/framework/web/crosswalk.git] / src / chrome_frame / test / data / CFInstance_post_frame.html
1 <!-- saved from url=(0014)about:internet -->
2 <html>
3 <!-- This page is meant to load inside ChromeFrame -->
4   <head>
5     <script type="text/javascript" 
6             src="chrome_frame_tester_helpers.js"></script>
7     <script type="text/javascript" 
8             src="CFInstance.js"></script>
9     <script>
10       var cf = CFInstance;
11
12       cf.listen("load", function() {
13         cf.postMessage("hola!");
14       })
15     </script>
16   </head>
17
18   <body>
19     <div id="statusPanel" style="border: 1px solid red; width: 100%">
20       Test running....
21     </div>
22
23     <p>ChromeFrame + CFInstance PostMessage Test
24     <br>Test for PostMessage from the host browser to iframe and back</p>
25   </body>
26 </html>