summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutprocesses/tests/browser/browser_aboutprocesses_show_frames_without_threads.js
blob: 178ceec9ed5fd7a8c9e527a60f0b59a19eabfd91 (plain)
1
2
3
4
5
6
add_task(async function testShowFramesWithoutThreads() {
  await testAboutProcessesWithConfig({
    showAllFrames: true,
    showThreads: false,
  });
});