add_task(async function () {
gBrowser.selectedBrowser.focus();
await BrowserTestUtils.openNewForegroundTab(
gBrowser,
() => BrowserCommands.openTab(), false
);
ok(gURLBar.focused, "location bar is focused for a new tab");
await BrowserTestUtils.switchTab(gBrowser, gBrowser.tabs[0]);
ok(
!gURLBar.focused, "location bar isn't focused for the previously selected tab"
);
await BrowserTestUtils.switchTab(gBrowser, gBrowser.tabs[1]);
ok(gURLBar.focused, "location bar is re-focused when selecting the new tab");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.