summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutprocesses/tests/browser/browser_aboutprocesses_show_threads.js
blob: 10e630ab31d03c0d88b3ef4722ca1d92581bd55e (plain)
1
2
3
4
5
6
7
// Test about:processes with showThreads: true, showAllFrames: false.
add_task(async function testShowThreads() {
  return testAboutProcessesWithConfig({
    showAllFrames: false,
    showThreads: true,
  });
});