Bug 1557979 - Follow-up: Fix 'page menu' and re-enable check. rs=bustage-fix
This commit is contained in:
Родитель
9b9319f034
Коммит
761d4c7547
|
@ -83,6 +83,7 @@ nsContextMenu.prototype = {
|
|||
if (!aIsShift) {
|
||||
let menuObject = PageMenuParent.maybeBuild(this.target);
|
||||
PageMenuParent.addToPopup(menuObject, null, aPopup);
|
||||
this.hasPageMenu = true;
|
||||
|
||||
let subject = {
|
||||
menu: aPopup,
|
||||
|
|
|
@ -110,7 +110,7 @@ function test_content_tab_context_menu() {
|
|||
w);
|
||||
wait_for_popup_to_open(mailContext);
|
||||
assert_equals(mailContext.firstChild.label, "Click me!");
|
||||
// See bug 1557979: assert_element_visible("page-menu-separator");
|
||||
assert_element_visible("page-menu-separator");
|
||||
close_popup(mc, new elementslib.Elem(mailContext));
|
||||
|
||||
// Make sure the page's menu items are *not* added on shift-right-click.
|
||||
|
|
Загрузка…
Ссылка в новой задаче