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

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

Issue 2012423004: Rename Event.scoped to Event.composed and invert its meaning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event-composed-path
Patch Set: rebased Created 4 years, 6 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 console-dir.html:34 Uint8Array[400000000] 61 console-dir.html:34 Uint8Array[400000000]
62 [0 … 99999999] 62 [0 … 99999999]
63 [100000000 … 199999999] 63 [100000000 … 199999999]
64 [200000000 … 299999999] 64 [200000000 … 299999999]
65 [300000000 … 399999999] 65 [300000000 … 399999999]
66 __proto__: TypedArray 66 __proto__: TypedArray
67 console-dir.html:39 Event 67 console-dir.html:39 Event
68 bubbles: false 68 bubbles: false
69 cancelBubble: false 69 cancelBubble: false
70 cancelable: false 70 cancelable: false
71 composed: false
71 currentTarget: null 72 currentTarget: null
72 defaultPrevented: false 73 defaultPrevented: false
73 eventPhase: 0 74 eventPhase: 0
74 isTrusted: false 75 isTrusted: false
75 path: Array[0] 76 path: Array[0]
76 relatedTargetScoped: false 77 relatedTargetScoped: false
77 returnValue: true 78 returnValue: true
78 scoped: false
79 srcElement: null 79 srcElement: null
80 target: null 80 target: null
81 timeStamp: 0 81 timeStamp: 0
82 type: "" 82 type: ""
83 __proto__: Event 83 __proto__: Event
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698