From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- dom/l10n/tests/mochitest/dom_localization/test_l10n_mutations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dom/l10n/tests/mochitest/dom_localization') diff --git a/dom/l10n/tests/mochitest/dom_localization/test_l10n_mutations.html b/dom/l10n/tests/mochitest/dom_localization/test_l10n_mutations.html index 278baa15dd..b84f035313 100644 --- a/dom/l10n/tests/mochitest/dom_localization/test_l10n_mutations.html +++ b/dom/l10n/tests/mochitest/dom_localization/test_l10n_mutations.html @@ -37,7 +37,7 @@ title2 = Hello Another World is(h1.textContent, "Hello World"); - const mo = new MutationObserver(function onMutations(mutations) { + const mo = new MutationObserver(function onMutations() { is(h1.textContent, "Hello Another World"); mo.disconnect(); SimpleTest.finish(); -- cgit v1.2.3