OLD | NEW |
| (Empty) |
1 This is a test case for bug 64678. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS Object.prototype.toString.call(undefined) is "[object Undefined]" | |
7 PASS Object.prototype.toString.call(null) is "[object Null]" | |
8 PASS Object.prototype.toLocaleString.call(undefined) threw exception TypeError:
'undefined' is not an object (evaluating 'Object.prototype.toLocaleString.call(u
ndefined)'). | |
9 PASS Object.prototype.valueOf.call(undefined) threw exception TypeError: 'undefi
ned' is not an object (evaluating 'Object.prototype.valueOf.call(undefined)'). | |
10 PASS Object.prototype.hasOwnProperty.call(undefined, 'hasOwnProperty') threw exc
eption TypeError: 'undefined' is not an object (evaluating 'Object.prototype.has
OwnProperty.call(undefined, 'hasOwnProperty')'). | |
11 PASS Object.prototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable
') threw exception TypeError: 'undefined' is not an object (evaluating 'Object.p
rototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable')'). | |
12 PASS Object.prototype.isPrototypeOf.call(undefined, this) threw exception TypeEr
ror: 'undefined' is not an object (evaluating 'Object.prototype.isPrototypeOf.ca
ll(undefined, this)'). | |
13 PASS successfullyParsed is true | |
14 | |
15 TEST COMPLETE | |
16 | |
OLD | NEW |