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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/slotchange-host-child-appended.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-host-child-appended.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-host-child-appended.html b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-host-child-appended.html
index 449ae2c204ec32801860f5cac3847c9a49dd9368..1e33bb79dfae45b43f8ef6667d45fdb3cf22f9ba 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-host-child-appended.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-host-child-appended.html
@@ -25,7 +25,6 @@ async_test((test) => {
assert_equals(e.target, d1_s1);
assert_array_equals(d1_s1.assignedNodes(), [d2, d3]);
assert_array_equals(d1_s1.assignedNodes({'flatten': true}), [d2, d3]);
- assert_equals(e.scoped, true);
test.done();
});
});

Powered by Google App Engine
This is Rietveld 408576698