summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/outOfProcess/browser_basic_outofprocess.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/outOfProcess/browser_basic_outofprocess.js')
-rw-r--r--browser/base/content/test/outOfProcess/browser_basic_outofprocess.js9
1 files changed, 3 insertions, 6 deletions
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 "<p>Text " + ++counter + "</p>";
- }
- );
+ let browsingContexts = await initChildFrames(browser, function () {
+ return "<p>Text " + ++counter + "</p>";
+ });
is(
counter,