blob: 02499df769a62e1237aeb9dfdf1d2eedd00dd50e [file] [log] [blame]
// |reftest| fails-if(!xulRuntime.shell)
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributors: Jason Orendorff <jorendorff@mozilla.com>
var s = evalcx("");
delete s.Object;
evalcx("var x;", s);
this.reportCompare(0, 0, "ok");