summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data/cf_protocol.html
blob: bee4055a18fbabfbd85180cd9b4eb91fedea6835 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
  <head><title>cf: protocol test</title>
    <script type="text/javascript"
        src="chrome_frame_tester_helpers.js"></script>

    <script type="text/javascript">
      function test() {
        if (isRunningInMSIE()) {
          reloadUsingCFProtocol();
        } else {
          onSuccess("chrome_frame_protocol", 1);
        }
      }
    </script>
  </head>
  <body onLoad="setTimeout(test, 100);">
    <h2>Prepare to be redirected!</h2>
    <p>Redirects the same page to its 'gcf:' version</p>
  </body>
</html>