Chromium Code Reviews| Index: chrome/test/data/extensions/trigger_actions/page_action_popup/popup.html |
| diff --git a/chrome/test/data/extensions/trigger_actions/page_action_popup/popup.html b/chrome/test/data/extensions/trigger_actions/page_action_popup/popup.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..85bf71b986b21909863ee61a5da3f86c1e60d0b9 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/trigger_actions/page_action_popup/popup.html |
| @@ -0,0 +1,7 @@ |
| +<style> |
| +body { |
| + background: red; |
| +} |
| +</style> |
| + |
| +I'm an extension popup!!! |