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

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

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test Created 3 years, 7 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 15 matching lines...) Expand all
26 __proto__: XPathResult 26 __proto__: XPathResult
27 console-dir.html:16 Object 27 console-dir.html:16 Object
28 "": "" 28 "": ""
29 " ": " " 29 " ": " "
30 " a b ": " a b " 30 " a b ": " a b "
31 $foo5_: 0 31 $foo5_: 0
32 "a↵↵b↵c": "a↵↵b↵c" 32 "a↵↵b↵c": "a↵↵b↵c"
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 function 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__: function () 42 __proto__: ƒ ()
43 [[FunctionLocation]]: console-dir.html:19 43 [[FunctionLocation]]: console-dir.html:19
44 [[Scopes]]: Scopes[1] 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 function __proto__() 53 console-dir.html:29 ƒ __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__: function () 58 __proto__: ƒ ()
59 console-dir.html:34 Uint8Array(400000000) 59 console-dir.html:34 Uint8Array(400000000)
60 [0 … 99999999] 60 [0 … 99999999]
61 [100000000 … 199999999] 61 [100000000 … 199999999]
62 [200000000 … 299999999] 62 [200000000 … 299999999]
63 [300000000 … 399999999] 63 [300000000 … 399999999]
64 __proto__: TypedArray 64 __proto__: TypedArray
65 console-dir.html:39 Event 65 console-dir.html:39 Event
66 bubbles: false 66 bubbles: false
67 cancelBubble: false 67 cancelBubble: false
68 cancelable: false 68 cancelable: false
69 composed: false 69 composed: false
70 currentTarget: null 70 currentTarget: null
71 defaultPrevented: false 71 defaultPrevented: false
72 eventPhase: 0 72 eventPhase: 0
73 isTrusted: false 73 isTrusted: false
74 path: Array(0) 74 path: Array(0)
75 returnValue: true 75 returnValue: true
76 srcElement: null 76 srcElement: null
77 target: null 77 target: null
78 type: "" 78 type: ""
79 timeStamp: 0 79 timeStamp: 0
80 __proto__: Event 80 __proto__: Event
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698