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

Side by Side Diff: LayoutTests/platform/android/fast/js/getOwnPropertyDescriptor-expected.txt

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
1 Test to ensure correct behaviour of Object.getOwnPropertyDescriptor 1 Test to ensure correct behaviour of Object.getOwnPropertyDescriptor
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Object.getOwnPropertyDescriptor({}, 'undefinedProperty') is undefined. 6 PASS Object.getOwnPropertyDescriptor({}, 'undefinedProperty') is undefined.
7 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').value is "defined" 7 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').value is "defined"
8 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').hasOwnProperty('get') is false 8 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').hasOwnProperty('get') is false
9 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').hasOwnProperty('set') is false 9 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').hasOwnProperty('set') is false
10 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').enumerable is true 10 PASS Object.getOwnPropertyDescriptor({definedProperty:'defined'}, 'definedProper ty').enumerable is true
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 PASS property is 'enumerable' 207 PASS property is 'enumerable'
208 PASS property is 'configurable' 208 PASS property is 'configurable'
209 PASS property is 'get' 209 PASS property is 'get'
210 PASS property is 'set' 210 PASS property is 'set'
211 PASS property is 'enumerable' 211 PASS property is 'enumerable'
212 PASS property is 'configurable' 212 PASS property is 'configurable'
213 PASS successfullyParsed is true 213 PASS successfullyParsed is true
214 214
215 TEST COMPLETE 215 TEST COMPLETE
216 216
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698