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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt

Issue 2591293002: Auto-rebaseline for r440095 (Closed)
Patch Set: Created 4 years 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 | « third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt ('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 Test that watch expressions expansion state is restored after update. 1 Test that watch expressions expansion state is restored after update.
2 2
3 Bug 99304 3 Bug 99304
4 Watch expressions added. 4 Watch expressions added.
5 expanded foo [object Object] 5 expanded foo [object Object]
6 expanded bar [object Object] 6 expanded bar [object Object]
7 expanded [[Scopes]] [object Object] 7 expanded [[Scopes]] [object Object]
8 expanded 0 [object Object] 8 expanded 0 [object Object]
9 expanded a [object Object] 9 expanded a [object Object]
10 expanded [200 .. 299] 10 expanded [200 .. 299]
11 expanded 299 [object Object] 11 expanded 299 [object Object]
12 Watch expressions expanded. 12 Watch expressions expanded.
13 globalObject: Object 13 globalObject: Object
14 foo: Object 14 foo: Object
15 bar: Object 15 bar: Object
16 __proto__: Object 16 __proto__: Object
17 __proto__: Object 17 __proto__: Object
18 windowAlias: Window 18 windowAlias: Window
19 array: Array[300] 19 array: Array(300)
20 [0 .. 99] 20 [0 .. 99]
21 [100 .. 199] 21 [100 .. 199]
22 [200 .. 299] 22 [200 .. 299]
23 200: 200 23 200: 200
24 201: 201 24 201: 201
25 202: 202 25 202: 202
26 203: 203 26 203: 203
27 204: 204 27 204: 204
28 205: 205 28 205: 205
29 206: 206 29 206: 206
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 291: 291 114 291: 291
115 292: 292 115 292: 292
116 293: 293 116 293: 293
117 294: 294 117 294: 294
118 295: 295 118 295: 295
119 296: 296 119 296: 296
120 297: 297 120 297: 297
121 298: 298 121 298: 298
122 299: 299 122 299: 299
123 length: 300 123 length: 300
124 __proto__: Array[0] 124 __proto__: Array(0)
125 func: function () {return a + b;} 125 func: function () {return a + b;}
126 arguments: null 126 arguments: null
127 caller: null 127 caller: null
128 length: 0 128 length: 0
129 name: 129 name:
130 prototype: Object 130 prototype: Object
131 __proto__: function () {} 131 __proto__: function () { [native code] }
132 [[FunctionLocation]]: Object 132 [[FunctionLocation]]: Object
133 [[Scopes]]: Scopes[2] 133 [[Scopes]]: Scopes[2]
134 0: Closure 134 0: Closure
135 a: 10 135 a: 10
136 b: 100 136 b: 100
137 1: Global 137 1: Global
138 Page reloaded. 138 Page reloaded.
139 Watch expressions after page reload: 139 Watch expressions after page reload:
140 globalObject: Object 140 globalObject: Object
141 foo: Object 141 foo: Object
142 bar: Object 142 bar: Object
143 __proto__: Object 143 __proto__: Object
144 __proto__: Object 144 __proto__: Object
145 windowAlias: Window 145 windowAlias: Window
146 array: Array[300] 146 array: Array(300)
147 [0 .. 99] 147 [0 .. 99]
148 [100 .. 199] 148 [100 .. 199]
149 [200 .. 299] 149 [200 .. 299]
150 200: 200 150 200: 200
151 201: 201 151 201: 201
152 202: 202 152 202: 202
153 203: 203 153 203: 203
154 204: 204 154 204: 204
155 205: 205 155 205: 205
156 206: 206 156 206: 206
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 291: 291 241 291: 291
242 292: 292 242 292: 292
243 293: 293 243 293: 293
244 294: 294 244 294: 294
245 295: 295 245 295: 295
246 296: 296 246 296: 296
247 297: 297 247 297: 297
248 298: 298 248 298: 298
249 299: 299 249 299: 299
250 length: 300 250 length: 300
251 __proto__: Array[0] 251 __proto__: Array(0)
252 func: function () {return a + b;} 252 func: function () {return a + b;}
253 arguments: null 253 arguments: null
254 caller: null 254 caller: null
255 length: 0 255 length: 0
256 name: 256 name:
257 prototype: Object 257 prototype: Object
258 __proto__: function () {} 258 __proto__: function () { [native code] }
259 [[FunctionLocation]]: Object 259 [[FunctionLocation]]: Object
260 [[Scopes]]: Scopes[2] 260 [[Scopes]]: Scopes[2]
261 0: Closure 261 0: Closure
262 a: 10 262 a: 10
263 b: 100 263 b: 100
264 1: Global 264 1: Global
265 265
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698