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

Unified 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, 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 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 e149f61507a8112d0c3f23273188f226c125db4c..9485f02d864aee11f06c63bce1c8a007be532890 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -68,6 +68,7 @@ console-dir.html:39 Event
bubbles: false
cancelBubble: false
cancelable: false
+ composed: false
currentTarget: null
defaultPrevented: false
eventPhase: 0
@@ -75,7 +76,6 @@ console-dir.html:39 Event
path: Array[0]
relatedTargetScoped: false
returnValue: true
- scoped: false
srcElement: null
target: null
timeStamp: 0

Powered by Google App Engine
This is Rietveld 408576698