Add mjsunit test for the overriding of read-only properties.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Apr 2009 12:31:02 +0000 (12:31 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 15 Apr 2009 12:31:02 +0000 (12:31 +0000)
commit0c52806f0d626f838dea4ed160bab02004c64a33
treecdaa077c115faada6d52a263391da4c16f6106b7
parent0de8a28ea71aecfd8975f8c465df0fdece761772
Add mjsunit test for the overriding of read-only properties.

For compatibility, our behavior here does not match the spec.  Added a
comment to that effect in the test.
Review URL: http://codereview.chromium.org/67164

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1714 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/override-read-only-property.js [new file with mode: 0644]