blob: a60fd03b3c1dcb9289312e5d4a6d80016364ee48 (
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 webconsole opened
Services.scriptloader.loadSubScript(
"chrome://mochitests/content/browser/devtools/client/framework/test/allocations/reload-test.js",
this
);
add_task(createPanelReloadTest("reload-webconsole", "webconsole"));
|