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

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

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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
« no previous file with comments | « chrome_frame/test/data/anchor.html ('k') | chrome_frame/test/data/cf_protocol.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/anchor.html ('k') | chrome_frame/test/data/cf_protocol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698