Index: chrome/test/data/extensions/api_test/popup/popup_from_infobar/in-popup.html |
=================================================================== |
--- chrome/test/data/extensions/api_test/popup/popup_from_infobar/in-popup.html (revision 74596) |
+++ chrome/test/data/extensions/api_test/popup/popup_from_infobar/in-popup.html (working copy) |
@@ -1,22 +0,0 @@ |
-<html> |
-<head> |
-<script> |
- |
-function getFromParent() { |
- var target = document.getElementById('target'); |
- if (!target) { |
- chrome.test.fail('no target'); |
- } |
- target.innerText = chrome.experimental.popup.getParentWindow().magic; |
-} |
- |
-function init() { |
- chrome.extension.getBackgroundPage().popupCallback(window, getFromParent); |
-} |
- |
-</script> |
-</head> |
-<body onload="init()"> |
-<span id='target'></span> |
-</body> |
-</html> |