| Index: chrome_frame/test/data/cf_protocol.html
|
| diff --git a/chrome_frame/test/data/cf_protocol.html b/chrome_frame/test/data/cf_protocol.html
|
| deleted file mode 100644
|
| index bee4055a18fbabfbd85180cd9b4eb91fedea6835..0000000000000000000000000000000000000000
|
| --- a/chrome_frame/test/data/cf_protocol.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<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>
|
|
|