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

Side by Side Diff: chrome_frame/test/data/CFInstance_rpc_internal_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 <!DOCTYPE html>
2
3 <html>
4 <!-- This page is meant to load inside ChromeFrame -->
5 <head>
6 <script type="text/javascript"
7 src="chrome_frame_tester_helpers.js"></script>
8 <script type="text/javascript"
9 src="CFInstance.js"></script>
10 <script>
11 setTimeout(rpcCall, 10000);
12 function rpcCall() {
13 var cf = CFInstance;
14 cf.rpc.callRemote("callback");
15 cf.rpc.init();
16 }
17 </script>
18 </head>
19
20 <body>
21 <div id="statusPanel" style="border: 1px solid red; width: 100%">
22 Test running....
23 </div>
24
25 <p>ChromeFrame + CFInstance PostMessage Test
26 <br>Test for PostMessage from the host browser to iframe and back</p>
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/CFInstance_rpc_host.html ('k') | chrome_frame/test/data/CFInstance_rpc_internal_host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698