summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/test/allocations/browser_allocations_reload_inspector.js
blob: 3369c54f242cbec7da04879f9d75600b413645fa (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 inspector opened

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

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