Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 // |reftest| skip-if(!xulRuntime.shell)
2 // bug 963641
3
4 Reflect.parse("({ __proto__: null });");
5
6 if (typeof reportCompare === "function")
7 reportCompare(true, true);
8
9
10
11 print("Tests complete");