Lines Matching full:popup
157 "browser_action/popup")));
162 // The extension's popup's size grows by |growFactor| each click.
173 // popup. The first one tries to be 0x0, so it should be the min values.
189 // a popup.
205 // will add a popup.
216 << "Clicking on the browser action should have caused a popup to "
220 << "popup.";
225 // Now change the popup from a_popup.html to another_popup.html by loading
226 // a page which removes the popup using chrome.browserAction.setPopup().
243 // Test that calling chrome.browserAction.setPopup() can remove a popup.
245 // Load the extension, which has a browser action with a default popup.
257 << "Expect a browser action popup before the test removes it.";
259 << "Expect a browser action popup is the default for all tabs.";
261 // Load a page which removes the popup using chrome.browserAction.setPopup().
271 << "Browser action popup should have been removed.";
273 << "Browser action popup default should not be changed by setting "
323 "browser_action/popup")));