michael@0: // |reftest| skip-if(!xulRuntime.shell) michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: michael@0: try { michael@0: clone(null); // don't crash michael@0: } catch (exc if exc instanceof TypeError) { michael@0: } michael@0: michael@0: reportCompare(0, 0, 'ok');