diff options
Diffstat (limited to '')
-rw-r--r-- | dom/indexedDB/test/unit/xpcshell-child-process.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/indexedDB/test/unit/xpcshell-child-process.toml b/dom/indexedDB/test/unit/xpcshell-child-process.toml new file mode 100644 index 0000000000..7ae70730d0 --- /dev/null +++ b/dom/indexedDB/test/unit/xpcshell-child-process.toml @@ -0,0 +1,14 @@ +[DEFAULT] +dupe-manifest = "" +head = "xpcshell-head-child-process.js" +tail = "" +skip-if = ["os == 'android'"] +support-files = [ + "GlobalObjectsChild.js", + "GlobalObjectsModule.sys.mjs", + "GlobalObjectsSandbox.js", + "xpcshell-head-parent-process.js", + "xpcshell-shared.toml", +] + +["include:xpcshell-shared.toml"] |