summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutprocesses/tests/browser/browser_aboutprocesses_default_options.js
blob: 15ed1c45010f374e1ef4a3eebfbc37cbec61c903 (plain)
1
2
3
4
5
6
7
// Test about:processes with default options.
add_task(async function testDefaultOptions() {
  return testAboutProcessesWithConfig({
    showAllFrames: false,
    showThreads: false,
  });
});