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

Side by Side Diff: chrome_frame/test/data/back_to_ie.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>Back to IE</title>
3 <script type="text/javascript"
4 src="chrome_frame_tester_helpers.js"></script>
5
6 <script type="text/javascript">
7 function test() {
8 var test_name = 'navigate_out';
9 if (isRunningInMSIE()) {
10 onSuccess(test_name, 1);
11 } else {
12 onFailure(test_name, 1, 'Failed');
13 }
14 }
15 </script>
16 </head>
17 <body onLoad="test();">
18 <h2>Redirected!</h2>
19 <p>This page should have loaded in IE</p>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/CFInstance_zero_size_host.html ('k') | chrome_frame/test/data/cf_protocol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698