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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: addressed comments Created 4 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 CONSOLE MESSAGE: line 9: test1,test2 1 CONSOLE MESSAGE: line 9: test1,test2
2 CONSOLE MESSAGE: line 10: [object NodeList] 2 CONSOLE MESSAGE: line 10: [object NodeList]
3 CONSOLE MESSAGE: line 11: [object XPathResult] 3 CONSOLE MESSAGE: line 11: [object XPathResult]
4 CONSOLE MESSAGE: line 21: [object Object] 4 CONSOLE MESSAGE: line 21: [object Object]
5 CONSOLE MESSAGE: line 24: function () {} 5 CONSOLE MESSAGE: line 24: function () {}
6 CONSOLE MESSAGE: line 28: [object Object] 6 CONSOLE MESSAGE: line 28: [object Object]
7 CONSOLE MESSAGE: line 31: [object Object] 7 CONSOLE MESSAGE: line 31: [object Object]
8 CONSOLE MESSAGE: line 32: [object Object] 8 CONSOLE MESSAGE: line 32: [object Object]
9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] } 9 CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
10 CONSOLE MESSAGE: line 39: [object Uint8Array] 10 CONSOLE MESSAGE: line 39: [object Uint8Array]
(...skipping 22 matching lines...) Expand all
33 c d: "c d" 33 c d: "c d"
34 negZero: -0 34 negZero: -0
35 __proto__: Object 35 __proto__: Object
36 console-dir.html:19 anonymous() 36 console-dir.html:19 anonymous()
37 arguments: null 37 arguments: null
38 caller: null 38 caller: null
39 length: 0 39 length: 0
40 name: "" 40 name: ""
41 prototype: Object 41 prototype: Object
42 __proto__: () 42 __proto__: ()
43 <function scope> 43 [[FunctionLocation]]: console-dir.html:19
44 Global: Window 44 [[Scopes]]: Scopes[1]
45 console-dir.html:23 inner 45 console-dir.html:23 inner
46 __proto__: Object 46 __proto__: Object
47 console-dir.html:26 Object 47 console-dir.html:26 Object
48 No Properties 48 No Properties
49 console-dir.html:27 Object 49 console-dir.html:27 Object
50 foo: Object 50 foo: Object
51 No Properties 51 No Properties
52 __proto__: Object 52 __proto__: Object
53 console-dir.html:29 get __proto__() 53 console-dir.html:29 get __proto__()
54 arguments: null 54 arguments: null
55 caller: null 55 caller: null
56 length: 0 56 length: 0
57 name: "get __proto__" 57 name: "get __proto__"
58 __proto__: () 58 __proto__: ()
59 <function scope> 59 [[FunctionLocation]]: Object
dgozman 2016/07/09 01:47:29 <unknown>
kozy 2016/07/11 17:50:39 Done.
60 No Scopes
61 console-dir.html:34 Uint8Array[400000000] 60 console-dir.html:34 Uint8Array[400000000]
62 [0 … 99999999] 61 [0 … 99999999]
63 [100000000 … 199999999] 62 [100000000 … 199999999]
64 [200000000 … 299999999] 63 [200000000 … 299999999]
65 [300000000 … 399999999] 64 [300000000 … 399999999]
66 __proto__: TypedArray 65 __proto__: TypedArray
67 console-dir.html:39 Event 66 console-dir.html:39 Event
68 bubbles: false 67 bubbles: false
69 cancelBubble: false 68 cancelBubble: false
70 cancelable: false 69 cancelable: false
71 composed: false 70 composed: false
72 currentTarget: null 71 currentTarget: null
73 defaultPrevented: false 72 defaultPrevented: false
74 eventPhase: 0 73 eventPhase: 0
75 isTrusted: false 74 isTrusted: false
76 path: Array[0] 75 path: Array[0]
77 returnValue: true 76 returnValue: true
78 srcElement: null 77 srcElement: null
79 target: null 78 target: null
80 timeStamp: 0 79 timeStamp: 0
81 type: "" 80 type: ""
82 __proto__: Event 81 __proto__: Event
83 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698