Index: chrome_frame/test/data/navigate_out.html |
=================================================================== |
--- chrome_frame/test/data/navigate_out.html (revision 0) |
+++ chrome_frame/test/data/navigate_out.html (revision 0) |
@@ -0,0 +1,20 @@ |
+<html> |
+ <head><title>Test to make sure that navigations sent back to IE</title> |
+ <script type="text/javascript" |
+ src="chrome_frame_tester_helpers.js"></script> |
+ |
+ <script type="text/javascript"> |
+ function test() { |
+ if (isRunningInMSIE()) { |
+ reloadUsingCFProtocol(); |
+ } else { |
+ window.location = "back_to_ie.html"; |
+ } |
+ } |
+ </script> |
+ </head> |
+ <body onLoad="setTimeout(test, 100);"> |
+ <h2>Prepare to be redirected!</h2> |
+ <p>Redirects the same page to its 'cf:' version and </p> |
+ </body> |
+</html> |