Index: chrome_frame/test/data/install_flow_test_finish.html |
diff --git a/chrome_frame/test/data/install_flow_test_finish.html b/chrome_frame/test/data/install_flow_test_finish.html |
deleted file mode 100644 |
index 5ab8797b9abaae84990df26ac51039aee959c2da..0000000000000000000000000000000000000000 |
--- a/chrome_frame/test/data/install_flow_test_finish.html |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-<html> |
- <head> |
- <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
- <title>install flow test</title> |
- <script type="text/javascript" |
- src="chrome_frame_tester_helpers.js"></script> |
- <script type="text/javascript" |
- src="CFInstall.js"></script> |
- </head> |
- <body> |
- <div id="statusPanel" style="border: 1px solid red; width: 100%"> |
- Test running.... |
- </div> |
- <script type="text/javascript"> |
- var testName = 'FullTab_InstallFlowTest'; |
- (function(){ |
- try{ |
- if (!isRunningInChrome()) { |
- onFailure(testName, 1, 'bho switch failed'); |
- } else { |
- onSuccess(testName, 1); |
- } |
- } catch(e) { |
- onFailure(testName, 1, |
- 'install flow test end failed with error: '+e); |
- } |
- })(); |
- </script> |
- </body> |
-</html> |