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

Unified Diff: LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-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-mac/fast/js/property-getters-and-setters-expected.txt
===================================================================
--- LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt (revision 77373)
+++ LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt (working copy)
@@ -10,7 +10,7 @@
PASS o2.b is 8
PASS o2.b is 11
Setting a value without having a setter
-PASS o3.x = 10; threw exception TypeError: Cannot set property x of #<an Object> which has only a getter.
+PASS o3.x = 10; threw exception TypeError: Cannot set property x of #<Object> which has only a getter.
Getting a value without having a getter
PASS o4.x is undefined.
__lookupGetter__ and __lookupSetter__

Powered by Google App Engine
This is Rietveld 408576698