tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 86f575acd888168a411e05719eaaa654b12a0ee4
parent d296caccba3b9953e9caa2f4882e56e551b8688d
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Wed,  7 Jan 2026 02:04:00 +0100

Bug 2008041 - Actually fix browser_help_panel_cloning.js.

Diffstat:
Mbrowser/components/customizableui/test/browser_help_panel_cloning.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/customizableui/test/browser_help_panel_cloning.js b/browser/components/customizableui/test/browser_help_panel_cloning.js @@ -78,7 +78,7 @@ add_task(async function test_help_panel_cloning() { appMenuHelpItem.getAttribute("oncommand"), "oncommand was properly cloned." ); - } else if (attr == "command") { + } else if (attr == "disabled") { // We really clone the property, so the attribute value might differ (e.g. "true" vs ""). Assert.equal( helpMenuPopupItem.hasAttribute(attr),