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