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

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: addressed comments 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
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
838 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/evaluate-with-generate-preview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698