mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Backed out changeset 18a6a649b1a1 (bug 1821985) for causing dt failures on browser_webextension_dropdown.js . CLOSED TREE
This commit is contained in:
parent
8eb2af2588
commit
063fe2212e
@ -166,8 +166,8 @@ skip-if =
|
||||
fail-if = a11y_checks # bug 1687737 tools-chevron-menu-button is not accessible
|
||||
[browser_webextension_descriptor.js]
|
||||
[browser_webextension_dropdown.js]
|
||||
skip-if =
|
||||
os == "linux" && !debug # Bug 1714106
|
||||
skip-if = true # Temporary
|
||||
# os == "linux" && !debug # Bug 1714106
|
||||
# We want these tests to run for mochitest-dt as well, so we include them here:
|
||||
[../../../../browser/base/content/test/static/browser_parsable_css.js]
|
||||
skip-if =
|
||||
|
@ -40,7 +40,7 @@ add_task(async function runTest() {
|
||||
|
||||
const iframe = panel.firstChild;
|
||||
const popupShownPromise = BrowserTestUtils.waitForSelectPopupShown(
|
||||
toolbox.win.browsingContext.topChromeWindow
|
||||
iframe.contentWindow
|
||||
);
|
||||
|
||||
const browser = iframe.contentDocument.getElementById(
|
||||
|
Loading…
Reference in New Issue
Block a user