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

Unified Diff: third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-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/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
index f13a515b5e33e31ba36c4ca1bdd8342a589e1443..0a803d37aa86b85b81556c168aef9f45c2a16268 100644
--- a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt
@@ -46,6 +46,7 @@ SELECT : '16384'
bubbles : 'false'
cancelBubble : 'false'
cancelable : 'false'
+composed : 'false'
composedPath : 'function composedPath() { [native code] }'
currentTarget : '[object XMLHttpRequest]'
defaultPrevented : 'false'
@@ -58,7 +59,6 @@ path : ''
preventDefault : 'function preventDefault() { [native code] }'
relatedTargetScoped : 'false'
returnValue : 'true'
-scoped : 'true'
srcElement : '[object XMLHttpRequest]'
stopImmediatePropagation : 'function stopImmediatePropagation() { [native code] }'
stopPropagation : 'function stopPropagation() { [native code] }'

Powered by Google App Engine
This is Rietveld 408576698