Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // Any copyright is dedicated to the Public Domain.
2 // http://creativecommons.org/licenses/publicdomain/
3 // Contributor: Andreas Gal <gal@uci.edu>
5 assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true);
7 reportCompare("ok", "ok", "bug 583429");