browser_content_sandbox_bug1717599_XDG-CONFIG-DIRS.js (308B)
1 /* Any copyright is dedicated to the Public Domain. 2 * http://creativecommons.org/publicdomain/zero/1.0/ */ 3 /* import-globals-from browser_content_sandbox_utils.js */ 4 "use strict"; 5 6 // 7 // Just test that browser does not die on empty env var 8 // 9 add_task(async function () { 10 ok(true, "Process can run"); 11 });