Loading
Bug 1707789 - Make browser_bug1163304.js retry to open the popup of search bar...
Bug 1707789 - Make browser_bug1163304.js retry to open the popup of search bar if failed r=NeilDeakin In my investigation, `F4` key in the search bar may not be handled as expected because if it happens, the popup's state stays "closed" and "popupshowing", "popuphiding" nor "popuphidden" event is fired. The scope of the test is checking IME enabled state in searchbar in some situations. Therefore, failing to open the popup with `F4` key is out of scope of the test. So, let's make it retry to open the popup in the case. Differential Revision: https://phabricator.services.mozilla.com/D114571