diff options
Diffstat (limited to 'dom/fs/test/common/xpcshell.toml')
-rw-r--r-- | dom/fs/test/common/xpcshell.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/fs/test/common/xpcshell.toml b/dom/fs/test/common/xpcshell.toml new file mode 100644 index 0000000000..9f086b65fe --- /dev/null +++ b/dom/fs/test/common/xpcshell.toml @@ -0,0 +1,10 @@ +[DEFAULT] +support-files = [ + "nsresult.js", + "test_basics.js", + "test_fileSystemDirectoryHandle.js", + "test_writableFileStream.js", +] + +["dummy.js"] +skip-if = ["true"] |