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

Side by Side Diff: chrome_frame/test/data/version.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, 2 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 <html>
2 <!-- This page is meant to load inside the host browser like IE/FF -->
3 <head>
4 <script type="text/javascript" src="chrome_frame_tester_helpers.js">
5 </script>
6 <script type="text/javascript">
7 function onLoad() {
8 appendStatus('Chrome frame version: ' + document.ChromeFrame.version);
9 onFinished('version', 1, document.ChromeFrame.version);
10 }
11 </script>
12 </head>
13
14 <body onload="onLoad();">
15 <object id="ChromeFrame"
16 codebase="http://www.google.com"
17 classid="CLSID:E0A900DF-9611-4446-86BD-4B1D47E7DB2A">
18 <embed id="ChromeFramePlugin" name="ChromeFrame"
19 type="application/chromeframe"
20 </embed>
21 </object>
22 <br>
23 <br>
24 <p>Test for Chrome frame version</p>
25 <div id="statusPanel" style="border: 1px solid red; width: 100%">
26 Test running....
27 </div>
28 </body>
29 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/src_property_host.html ('k') | chrome_frame/test/function_stub_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698