From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../base/content/test/outOfProcess/browser_basic_outofprocess.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'browser/base/content/test/outOfProcess') diff --git a/browser/base/content/test/outOfProcess/browser_basic_outofprocess.js b/browser/base/content/test/outOfProcess/browser_basic_outofprocess.js index 50914a286c..41fc96986e 100644 --- a/browser/base/content/test/outOfProcess/browser_basic_outofprocess.js +++ b/browser/base/content/test/outOfProcess/browser_basic_outofprocess.js @@ -121,12 +121,9 @@ add_task(async function test_subframes_function() { let browser = tab.linkedBrowser; let counter = 0; - let browsingContexts = await initChildFrames( - browser, - function (browsingContext) { - return "

Text " + ++counter + "

"; - } - ); + let browsingContexts = await initChildFrames(browser, function () { + return "

Text " + ++counter + "

"; + }); is( counter, -- cgit v1.2.3