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

Unified Diff: LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-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
Index: LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt
===================================================================
--- LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt (revision 77373)
+++ LayoutTests/platform/chromium-win/fast/js/instance-of-immediates-expected.txt (working copy)
@@ -4,11 +4,11 @@
PASS (1 instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got 1.
-PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<an Object>.
-PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<a Constructor>.
+PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>.
+PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got #<Constructor>.
PASS (1 instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got 1.
-PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<an Object>.
-PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<a Constructor>.
+PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Object>.
+PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got #<Constructor>.
PASS (1 instanceof Constructor) is false
PASS ({} instanceof Constructor) is false
PASS (obj instanceof Constructor) is true

Powered by Google App Engine
This is Rietveld 408576698