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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/debugger-scope-skip-variables-with-empty-name-expected.txt

Issue 2968523003: [DevTools] Migrate inspector-protocol/debugger tests to new harness (Closed)
Patch Set: all tests Created 3 years, 5 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
1 { 2 {
2 result : [ 3 result : [
3 [0] : { 4 [0] : {
4 configurable : true 5 configurable : true
5 enumerable : true 6 enumerable : true
6 isOwn : true 7 isOwn : true
7 name : a 8 name : a
8 value : { 9 value : {
9 description : 2 10 description : 2
10 type : number 11 type : number
11 value : 2 12 value : 2
12 } 13 }
13 writable : true 14 writable : true
14 } 15 }
15 ] 16 ]
16 } 17 }
17 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698