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