Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Side by Side Diff: chrome_frame/test/data/CFInstance_post_frame.html

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/CFInstance_no_src_host.html ('k') | chrome_frame/test/data/CFInstance_post_host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698