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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/slotchange-node-removed.html

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/shadow-dom/slotchange-node-removed.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-node-removed.html b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-node-removed.html
index efcf92ab28c9da0b58a2e78ffc438265d16c22b5..6c92e64c65fbb5dca1895f8d1647886be9a5c9e7 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-node-removed.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-node-removed.html
@@ -25,7 +25,6 @@ async_test((test) => {
assert_equals(e.target, d1_s1);
assert_array_equals(d1_s1.assignedNodes(), []);
assert_array_equals(d1_s1.assignedNodes({'flatten': true}), []);
- assert_equals(e.scoped, true);
test.done();
});
});

Powered by Google App Engine
This is Rietveld 408576698