summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/test_menuitem_blink.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/test_menuitem_blink.xhtml')
-rw-r--r--toolkit/content/tests/chrome/test_menuitem_blink.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/content/tests/chrome/test_menuitem_blink.xhtml b/toolkit/content/tests/chrome/test_menuitem_blink.xhtml
index 700a8a7465..ad76eee8bf 100644
--- a/toolkit/content/tests/chrome/test_menuitem_blink.xhtml
+++ b/toolkit/content/tests/chrome/test_menuitem_blink.xhtml
@@ -32,7 +32,7 @@ function test_crash() {
var menupopup = document.getElementById("menupopup");
var menuitem = document.getElementById("menuitem");
menupopup.addEventListener("popupshown", function () {
- menuitem.addEventListener("mouseup", function (e) {
+ menuitem.addEventListener("mouseup", function () {
const observer = new MutationObserver((aMutationList, aObserver) => {
for (const mutation of aMutationList) {
if (mutation.attributeName != "_moz-menuactive") {