Source code

Revision control

Copy as Markdown

Other Tools

// |reftest| skip-if(!xulRuntime.shell) -- requires evalcx
// Any copyright is dedicated to the Public Domain.
// Contributor: Gary Kwong <gary@rumblingedge.com>
Object.create(evalcx('')).__defineSetter__('toString', function(){});
reportCompare(0, 0, "ok");