Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/fs/test/xpcshell/xpcshell.toml
/**
* Any copyright is dedicated to the Public Domain.
*/
add_task(async function worker() {
await run_test_in_worker("worker/test_basics_worker.js");
});