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

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

Issue 20867002: Remove old tests that have been migrated to the v8 repo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unused script-tests as well Created 7 years, 5 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: Object.prototype.toLocaleString called on null or undefined.
9 PASS Object.prototype.valueOf.call(undefined) threw exception TypeError: Cannot convert undefined or null to object.
10 PASS Object.prototype.hasOwnProperty.call(undefined, 'hasOwnProperty') threw exc eption TypeError: Cannot convert undefined or null to object.
11 PASS Object.prototype.propertyIsEnumerable.call(undefined, 'propertyIsEnumerable ') threw exception TypeError: Cannot convert undefined or null to object.
12 PASS Object.prototype.isPrototypeOf.call(undefined, this) threw exception TypeEr ror: Object.prototype.isPrototypeOf called on null or undefined.
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/js/object-prototype-properties.html ('k') | LayoutTests/fast/js/object-prototype-toLocaleString.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698