Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
function run_test() {
var Cu = Components.utils;
{ wantGlobalProperties: ["DOMException"] });
sb.notEqual = Assert.notEqual.bind(Assert);
Cu.evalInSandbox('notEqual(DOMException, undefined);', sb);
}