Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

// Test about:processes with default options.
add_task(async function testDefaultOptions() {
return testAboutProcessesWithConfig({
showAllFrames: false,
showThreads: false,
});
});