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

Unified Diff: LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt

Issue 6349048: Merge 77135 - 2011-01-31 Mads Ager <ager@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-mac/fast/js/instance-of-immediates-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt
===================================================================
--- LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt (revision 77373)
+++ LayoutTests/platform/chromium-mac/fast/js/array-every-expected.txt (working copy)
@@ -32,7 +32,7 @@
5.0 Wrong Type for Callback Test
PASS [12, 5, 8, 130, 44].every(5) threw exception TypeError: 5 is not a function.
PASS [12, 5, 8, 130, 44].every('wrong') threw exception TypeError: wrong is not a function.
-PASS [12, 5, 8, 130, 44].every(new Object()) threw exception TypeError: #<an Object> is not a function.
+PASS [12, 5, 8, 130, 44].every(new Object()) threw exception TypeError: #<Object> is not a function.
PASS [12, 5, 8, 130, 44].every(null) threw exception TypeError: null is not a function.
PASS [12, 5, 8, 130, 44].every(undefined) threw exception TypeError: undefined is not a function.
PASS [12, 5, 8, 130, 44].every() threw exception TypeError: undefined is not a function.
« no previous file with comments | « no previous file | LayoutTests/platform/chromium-mac/fast/js/instance-of-immediates-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698