Chromium Code Reviews| Index: chrome/test/data/extensions/samples/icon_size_test/background.html |
| diff --git a/chrome/test/data/extensions/samples/icon_size_test/background.html b/chrome/test/data/extensions/samples/icon_size_test/background.html |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..e1fad9a0f0d04345e19281f51a1da18599f56f8a |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/samples/icon_size_test/background.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<head> |
| +<script> |
| +chrome.tabs.getSelected(null, function(tab) { |
| + chrome.pageActions.enableForTab("foo", {tabId: tab.id, url:tab.url}); |
| +}); |
| +</script> |
| +</head> |
| +</html> |