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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/slotchange-slotname-renamed.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-slotname-renamed.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-slotname-renamed.html b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-slotname-renamed.html
index db7f0be907d2884dfb85f4e22b153d14023f13ab..933c54dffa3616ce842931388eb93582a5d26a6c 100644
--- a/third_party/WebKit/LayoutTests/shadow-dom/slotchange-slotname-renamed.html
+++ b/third_party/WebKit/LayoutTests/shadow-dom/slotchange-slotname-renamed.html
@@ -28,7 +28,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