Index: chrome_frame/test/data/multiple_cf_instances_test.html |
diff --git a/chrome_frame/test/data/multiple_cf_instances_test.html b/chrome_frame/test/data/multiple_cf_instances_test.html |
deleted file mode 100644 |
index 320880212d1324f6924e65032946259bdfff8ba3..0000000000000000000000000000000000000000 |
--- a/chrome_frame/test/data/multiple_cf_instances_test.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<html> |
- <head> |
- <title>Multiple ChromeFrame instances target page.</title> |
- <script type="text/javascript" |
- src="chrome_frame_tester_helpers.js"></script> |
- |
- <script type="text/javascript"> |
- function onLoad() { |
- if (!isRunningInChrome()) { |
- onFailure("WidgetMode_MultipleInstancesTest", 1, |
- "Page not running in Chrome"); |
- } else { |
- onSuccess("WidgetMode_MultipleInstancesTest", 1); |
- } |
- } |
- </script> |
- </head> |
- |
- <body onLoad="onLoad()"> |
- ChromeFrame multiple widget instances test |
- </body> |
-</html> |