// |reftest| fails-if(!xulRuntime.shell) // Any copyright is dedicated to the Public Domain. // http://creativecommons.org/licenses/publicdomain/ // Contributors: Jason Orendorff var s = evalcx(""); delete s.Object; evalcx("var x;", s); this.reportCompare(0, 0, "ok");