Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Side by Side Diff: LayoutTests/fast/js/object-prototype-properties-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/object-literal-syntax-expected.txt ('k') | LayoutTests/fast/js/parser-xml-close-comment-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698