Index: chrome_frame/test/data/mshtml_refresh_test.html |
diff --git a/chrome_frame/test/data/mshtml_refresh_test.html b/chrome_frame/test/data/mshtml_refresh_test.html |
deleted file mode 100644 |
index bbc69c77a45d37dea383345fd18c8ffcb2cd34fb..0000000000000000000000000000000000000000 |
--- a/chrome_frame/test/data/mshtml_refresh_test.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<html> |
-<script> |
-function openPopup() { |
- window.open("mshtml_refresh_test_popup.html","mypopup") |
- return false; |
-} |
- |
-function onLoad() { |
- var request_id = $request_id$; |
- if (request_id != 0) { |
- location.href = "/quit?OK"; |
- } else { |
- window.setTimeout(openPopup, 100); |
- } |
-} |
-window.onload = onLoad; |
-</script> |
-<body> |
- <p>$UA$</p> |
- <a href="#" onclick="return openPopup();">Open popup</a> |
-</body> |
-</html> |