| Index: LayoutTests/fast/js/object-prototype-properties-expected.txt
|
| diff --git a/LayoutTests/fast/js/object-prototype-properties-expected.txt b/LayoutTests/fast/js/object-prototype-properties-expected.txt
|
| deleted file mode 100644
|
| index e6edf46dfbb9aa9e221debea4b8b415f0bcd5cb5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/object-prototype-properties-expected.txt
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -This is a test case for bug 64678.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS Object.prototype.toString.call(undefined) is "[object Undefined]"
|
| -PASS Object.prototype.toString.call(null) is "[object Null]"
|
| -PASS Object.prototype.toLocaleString.call(undefined) threw exception TypeError: 'undefined' is not an object (evaluating 'Object.prototype.toLocaleString.call(undefined)').
|
| -PASS Object.prototype.valueOf.call(undefined) threw exception TypeError: 'undefined' is not an object (evaluating 'Object.prototype.valueOf.call(undefined)').
|
| -PASS Object.prototype.hasOwnProperty.call(undefined, 'hasOwnProperty') threw exception TypeError: 'undefined' is not an object (evaluating 'Object.prototype.hasOwnProperty.call(undefined, 'hasOwnProperty')').
|
| -PASS Object.prototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable') threw exception TypeError: 'undefined' is not an object (evaluating 'Object.prototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable')').
|
| -PASS Object.prototype.isPrototypeOf.call(undefined, this) threw exception TypeError: 'undefined' is not an object (evaluating 'Object.prototype.isPrototypeOf.call(undefined, this)').
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|