Index: chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup.html |
=================================================================== |
--- chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup.html (revision 74596) |
+++ chrome/test/data/extensions/api_test/popup/popup_main/dom_ui_popup.html (working copy) |
@@ -1,19 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-function theAnswer() { |
- return 42; |
-} |
- |
-function manipulateHost() { |
- var popupHost = chrome.experimental.popup.getParentWindow(); |
- if (popupHost && popupHost.globalValue) { |
- popupHost.globalValue = 42; |
- } |
-} |
-</script> |
-</head> |
-<body> |
-Popup-Contents |
-</body> |
-</html> |