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

Side by Side Diff: chrome_frame/test/data/cf_protocol.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 <html>
2 <head><title>cf: protocol test</title>
3 <script type="text/javascript"
4 src="chrome_frame_tester_helpers.js"></script>
5
6 <script type="text/javascript">
7 function test() {
8 if (isRunningInMSIE()) {
9 reloadUsingCFProtocol();
10 } else {
11 onSuccess("chrome_frame_protocol", 1);
12 }
13 }
14 </script>
15 </head>
16 <body onLoad="setTimeout(test, 100);">
17 <h2>Prepare to be redirected!</h2>
18 <p>Redirects the same page to its 'cf:' version</p>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/back_to_ie.html ('k') | chrome_frame/test/data/chrome_frame_mime_filter_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698