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

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

Issue 2030513002: Remove Event.relatedTargetScoped and update event path calculation for relatedTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed 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 composed: true
72 currentTarget: null 72 currentTarget: null
73 defaultPrevented: false 73 defaultPrevented: false
74 eventPhase: 0 74 eventPhase: 0
75 isTrusted: false 75 isTrusted: false
76 path: Array[0] 76 path: Array[0]
77 relatedTargetScoped: false
78 returnValue: true 77 returnValue: true
79 srcElement: null 78 srcElement: null
80 target: null 79 target: null
81 timeStamp: 0 80 timeStamp: 0
82 type: "" 81 type: ""
83 __proto__: Event 82 __proto__: Event
84 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698