Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: debug OR asan OR tsan
- Manifest: devtools/client/framework/test/allocations/browser_allocations_reload_webconsole.toml
/* Any copyright is dedicated to the Public Domain.
"use strict";
// Record allocations while reloading the page with the webconsole opened
Services.scriptloader.loadSubScript(
this
);
add_task(createPanelReloadTest("reload-webconsole", "webconsole"));