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

Side by Side Diff: test/inspector/runtime/evaluate-with-generate-preview-expected.txt

Issue 2767323002: [inspector] better isArrayLike for injected-script-source.js (Closed)
Patch Set: length on array should be own property Created 3 years, 9 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
OLDNEW
1 Tests that Runtime.evaluate will generate correct previews. 1 Tests that Runtime.evaluate will generate correct previews.
2 2
3 Running test: testObjectPropertiesPreview 3 Running test: testObjectPropertiesPreview
4 { 4 {
5 description : Object 5 description : Object
6 overflow : false 6 overflow : false
7 properties : [ 7 properties : [
8 [0] : { 8 [0] : {
9 name : p1 9 name : p1
10 type : object 10 type : object
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 overflow : false 820 overflow : false
821 properties : [ 821 properties : [
822 [0] : { 822 [0] : {
823 name : propNotNamedProto 823 name : propNotNamedProto
824 type : number 824 type : number
825 value : NaN 825 value : NaN
826 } 826 }
827 ] 827 ]
828 type : object 828 type : object
829 } 829 }
830
831 Running test: testObjWithArrayAsProto
832 {
833 description : Array
834 overflow : false
835 properties : [
836 ]
837 type : object
dgozman 2017/03/23 21:10:20 So this was an array before or not? What changed?
kozy 2017/03/24 00:40:37 It was the same before (this test I copied from la
838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698