| Index: chrome_frame/test/data/back_to_ie.html
|
| ===================================================================
|
| --- chrome_frame/test/data/back_to_ie.html (revision 0)
|
| +++ chrome_frame/test/data/back_to_ie.html (revision 0)
|
| @@ -0,0 +1,21 @@
|
| +<html>
|
| + <head><title>Back to IE</title>
|
| + <script type="text/javascript"
|
| + src="chrome_frame_tester_helpers.js"></script>
|
| +
|
| + <script type="text/javascript">
|
| + function test() {
|
| + var test_name = 'navigate_out';
|
| + if (isRunningInMSIE()) {
|
| + onSuccess(test_name, 1);
|
| + } else {
|
| + onFailure(test_name, 1, 'Failed');
|
| + }
|
| + }
|
| + </script>
|
| + </head>
|
| + <body onLoad="test();">
|
| + <h2>Redirected!</h2>
|
| + <p>This page should have loaded in IE</p>
|
| + </body>
|
| +</html>
|
|
|