1 2 3 4 5 6 7
// Test about:processes with default options. add_task(async function testDefaultOptions() { return testAboutProcessesWithConfig({ showAllFrames: false, showThreads: false, }); });