gecko-dev/security/sandbox/test/browser_content_sandbox_bug...

12 строки
307 B
JavaScript

/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
/* import-globals-from browser_content_sandbox_utils.js */
"use strict";
//
// Just test that browser does not die on empty env var
//
add_task(async function() {
ok(true, "Process can run");
});