summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/allocations/browser_allocations_reload_netmonitor.js
blob: 2a57652ac5bcab0b3d95d1c91e02980219d2e21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

// Record allocations while reloading the page with the netmonitor opened

Services.scriptloader.loadSubScript(
  "chrome://mochitests/content/browser/devtools/client/framework/test/allocations/reload-test.js",
  this
);

add_task(createPanelReloadTest("reload-netmonitor", "netmonitor"));