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

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

Issue 1942883002: [Devtools] isTrusted in CustomEvents shown twice in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
index 269be6ce3452c9def5bc838090c20713fd36bc32..e149f61507a8112d0c3f23273188f226c125db4c 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -8,6 +8,7 @@ CONSOLE MESSAGE: line 31: [object Object]
CONSOLE MESSAGE: line 32: [object Object]
CONSOLE MESSAGE: line 34: function get __proto__() { [native code] }
CONSOLE MESSAGE: line 39: [object Uint8Array]
+CONSOLE MESSAGE: line 44: [object Event]
Tests that console logging dumps proper messages.
console-dir.html:4 Array[2]
@@ -63,4 +64,21 @@ console-dir.html:34 Uint8Array[400000000]
[200000000 … 299999999]
[300000000 … 399999999]
__proto__: TypedArray
+console-dir.html:39 Event
+ bubbles: false
+ cancelBubble: false
+ cancelable: false
+ currentTarget: null
+ defaultPrevented: false
+ eventPhase: 0
+ isTrusted: false
+ path: Array[0]
+ relatedTargetScoped: false
+ returnValue: true
+ scoped: false
+ srcElement: null
+ target: null
+ timeStamp: 0
+ type: ""
+ __proto__: Event

Powered by Google App Engine
This is Rietveld 408576698