зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1101482 - fix e10s case for browser_988072_sidebar_events.js, r=intermittentisgone
--HG-- extra : rebase_source : b13a515434002d396f1077f1fc59f43db94f30e8
This commit is contained in:
Родитель
3c7965141f
Коммит
852ff68195
|
@ -130,7 +130,6 @@ skip-if = os == "linux"
|
||||||
skip-if = e10s # bug 1090635
|
skip-if = e10s # bug 1090635
|
||||||
[browser_981305_separator_insertion.js]
|
[browser_981305_separator_insertion.js]
|
||||||
[browser_988072_sidebar_events.js]
|
[browser_988072_sidebar_events.js]
|
||||||
skip-if = e10s # bug 1101482 - fails in --run-by-dir
|
|
||||||
[browser_989338_saved_placements_not_resaved.js]
|
[browser_989338_saved_placements_not_resaved.js]
|
||||||
[browser_989751_subviewbutton_class.js]
|
[browser_989751_subviewbutton_class.js]
|
||||||
[browser_987177_destroyWidget_xul.js]
|
[browser_987177_destroyWidget_xul.js]
|
||||||
|
|
|
@ -80,8 +80,7 @@ let showSidebarPopup = Task.async(function*() {
|
||||||
|
|
||||||
let subviewShownPromise = subviewShown(subview);
|
let subviewShownPromise = subviewShown(subview);
|
||||||
EventUtils.synthesizeMouseAtCenter(button, {});
|
EventUtils.synthesizeMouseAtCenter(button, {});
|
||||||
yield subviewShownPromise;
|
return subviewShownPromise;
|
||||||
return waitForCondition(() => !subview.panelMultiView.hasAttribute("transitioning"));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Check the sidebar widget shows the default items
|
// Check the sidebar widget shows the default items
|
||||||
|
|
Загрузка…
Ссылка в новой задаче