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

Side by Side Diff: chrome_frame/test/data/navigate_out.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
OLDNEW
(Empty)
1 <html>
2 <head><title>Test to make sure that navigations sent back to IE</title>
3 <meta http-equiv="X-UA-Compatible" content="chrome=1" />
4 <script type="text/javascript"
5 src="chrome_frame_tester_helpers.js"></script>
6 <script type="text/javascript">
7 function test() {
8 var test_name = 'navigate_out';
9 if (isRunningInMSIE()) {
10 onFailure(test_name, 1, 'Meta tag failed to load page in Chrome');
11 } else {
12 window.location = "back_to_ie.html";
13 }
14 }
15 </script>
16 </head>
17 <body onLoad="setTimeout(test, 100);">
18 <h2>Test navigations in and out of IE</h2>
19 <p>This page should be loaded in chrome and then we redirect to another
20 page that should get loaded in IE.
21 </p>
22 </body>
23 </html>
OLDNEW
« no previous file with comments | « chrome_frame/test/data/multiple_cf_instances_test.html ('k') | chrome_frame/test/data/navigateurl_absolute_host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698