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 init() {
const testSet = "dom/fs/test/common/test_fileSystemDirectoryHandle.js";
const testCases = await require_module(testSet);
Object.values(testCases).forEach(testItem => {
add_task(testItem);
});
});