| Index: chrome_frame/test/data/chrome_frame_window_open_popup.html
|
| diff --git a/chrome_frame/test/data/chrome_frame_window_open_popup.html b/chrome_frame/test/data/chrome_frame_window_open_popup.html
|
| deleted file mode 100644
|
| index 22b4bbf089e50a2f35d37a55c3b3c52fe8f53d22..0000000000000000000000000000000000000000
|
| --- a/chrome_frame/test/data/chrome_frame_window_open_popup.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<meta http-equiv="x-ua-compatible" content="chrome=1" />
|
| - <title>ChromeFrame window open popup</title>
|
| -<script type="text/javascript" src="chrome_frame_tester_helpers.js"></script>
|
| -<script type="text/javascript">
|
| -function onLoad() {
|
| - if (!TestIfRunningInChrome()) {
|
| - onFailure("ChromeFrameWindowOpenPopup",
|
| - "Window Open failed to enter Chrome:-(",
|
| - "User agent = " + navigator.userAgent.toLowerCase());
|
| - } else {
|
| - onSuccess("ChromeFrameWindowOpenPopup", 1);
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -<body onload="onLoad();">
|
| -ChromeFrame full tab mode window open popup test
|
| -</body>
|
| -</html>
|
|
|