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

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

Powered by Google App Engine
This is Rietveld 408576698