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

Side by Side Diff: test/inspector/runtime/clear-of-command-line-api-expected.txt

Issue 2390733002: [inspector] Make InspectorTest.sendCommand* private (Closed)
Patch Set: addressed comments Created 4 years, 2 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 CommandLineAPI is presented only while evaluation. 1 Tests that CommandLineAPI is presented only while evaluation.
2 2
3 { 3 {
4 id : <messageId>
4 result : { 5 result : {
5 description : 15 6 result : {
6 type : number 7 description : 15
7 value : 15 8 type : number
9 value : 15
10 }
8 } 11 }
9 } 12 }
10 { 13 {
14 id : <messageId>
11 result : { 15 result : {
12 description : 0 16 result : {
13 type : number 17 description : 0
14 value : 0 18 type : number
19 value : 0
20 }
15 } 21 }
16 } 22 }
17 setPropertyForMethod() 23 setPropertyForMethod()
18 { 24 {
25 id : <messageId>
19 result : { 26 result : {
20 description : 14 27 result : {
21 type : number 28 description : 14
22 value : 14 29 type : number
30 value : 14
31 }
23 } 32 }
24 } 33 }
25 { 34 {
35 id : <messageId>
26 result : { 36 result : {
27 description : 0 37 result : {
28 type : number 38 description : 0
29 value : 0 39 type : number
40 value : 0
41 }
30 } 42 }
31 } 43 }
32 { 44 {
45 id : <messageId>
33 result : { 46 result : {
34 description : 42 47 result : {
35 type : number 48 description : 42
36 value : 42 49 type : number
50 value : 42
51 }
37 } 52 }
38 } 53 }
39 defineValuePropertyForMethod() 54 defineValuePropertyForMethod()
40 { 55 {
56 id : <messageId>
41 result : { 57 result : {
42 description : 14 58 result : {
43 type : number 59 description : 14
44 value : 14 60 type : number
61 value : 14
62 }
45 } 63 }
46 } 64 }
47 { 65 {
66 id : <messageId>
48 result : { 67 result : {
49 description : 0 68 result : {
50 type : number 69 description : 0
51 value : 0 70 type : number
71 value : 0
72 }
52 } 73 }
53 } 74 }
54 { 75 {
76 id : <messageId>
55 result : { 77 result : {
56 description : 42 78 result : {
57 type : number 79 description : 42
58 value : 42 80 type : number
81 value : 42
82 }
59 } 83 }
60 } 84 }
61 definePropertiesForMethod() 85 definePropertiesForMethod()
62 { 86 {
87 id : <messageId>
63 result : { 88 result : {
64 description : 14 89 result : {
65 type : number 90 description : 14
66 value : 14 91 type : number
92 value : 14
93 }
67 } 94 }
68 } 95 }
69 { 96 {
97 id : <messageId>
70 result : { 98 result : {
71 description : 0 99 result : {
72 type : number 100 description : 0
73 value : 0 101 type : number
102 value : 0
103 }
74 } 104 }
75 } 105 }
76 { 106 {
107 id : <messageId>
77 result : { 108 result : {
78 description : 42 109 result : {
79 type : number 110 description : 42
80 value : 42 111 type : number
112 value : 42
113 }
81 } 114 }
82 } 115 }
83 defineAccessorPropertyForMethod() 116 defineAccessorPropertyForMethod()
84 { 117 {
118 id : <messageId>
85 result : { 119 result : {
86 description : 14 120 result : {
87 type : number 121 description : 14
88 value : 14 122 type : number
123 value : 14
124 }
89 } 125 }
90 } 126 }
91 { 127 {
128 id : <messageId>
92 result : { 129 result : {
93 description : 0 130 result : {
94 type : number 131 description : 0
95 value : 0 132 type : number
133 value : 0
134 }
96 } 135 }
97 } 136 }
98 { 137 {
138 id : <messageId>
99 result : { 139 result : {
100 description : 42 140 result : {
101 type : number 141 description : 42
102 value : 42 142 type : number
143 value : 42
144 }
103 } 145 }
104 } 146 }
105 redefineGetOwnPropertyDescriptors() 147 redefineGetOwnPropertyDescriptors()
106 { 148 {
149 id : <messageId>
107 result : { 150 result : {
108 description : 14 151 result : {
109 type : number 152 description : 14
110 value : 14 153 type : number
154 value : 14
155 }
111 } 156 }
112 } 157 }
113 { 158 {
159 id : <messageId>
114 result : { 160 result : {
115 description : 0 161 result : {
116 type : number 162 description : 0
117 value : 0 163 type : number
164 value : 0
165 }
118 } 166 }
119 } 167 }
120 { 168 {
169 id : <messageId>
121 result : { 170 result : {
122 description : 42 171 result : {
123 type : number 172 description : 42
124 value : 42 173 type : number
174 value : 42
175 }
125 } 176 }
126 } 177 }
127
OLDNEW
« no previous file with comments | « test/inspector/runtime/clear-of-command-line-api.js ('k') | test/inspector/runtime/compile-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698