Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: asan OR tsan
- Manifest: toolkit/components/aboutprocesses/tests/browser/browser.toml
// Test about:processes with showThreads: true, showAllFrames: false.
add_task(async function testShowThreads() {
return testAboutProcessesWithConfig({
showAllFrames: false,
showThreads: true,
});
});