browser_allocations_reload_netmonitor.js (414B)
1 /* Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ */ 3 4 "use strict"; 5 6 // Record allocations while reloading the page with the netmonitor opened 7 8 Services.scriptloader.loadSubScript( 9 "chrome://mochitests/content/browser/devtools/client/framework/test/allocations/reload-test.js", 10 this 11 ); 12 13 add_task(createPanelReloadTest("reload-netmonitor", "netmonitor"));