blob: 38b1d28765c2502934d6ac55a6a08ea2725724f6 (
plain)
1
2
3
4
5
6
|
// |reftest| skip-if(!xulRuntime.shell) -- uses shell load() function
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
load("ecma_5/Object/defineProperty-setup.js");
runNonTerminalPropertyPresentTestsFraction(3, 8);
|