| Index: third_party/WebKit/LayoutTests/shadow-dom/slotchange.html
|
| diff --git a/third_party/WebKit/LayoutTests/shadow-dom/slotchange.html b/third_party/WebKit/LayoutTests/shadow-dom/slotchange.html
|
| index 08e4bc8b49825eec74513bfa75f7d1a7cb24e179..4ad226efe299da91bd645515265719f2bf85d667 100644
|
| --- a/third_party/WebKit/LayoutTests/shadow-dom/slotchange.html
|
| +++ b/third_party/WebKit/LayoutTests/shadow-dom/slotchange.html
|
| @@ -17,8 +17,6 @@ function doneIfSlotChange(slots, test) {
|
| let fired = new Set();
|
| for (let slot of slots) {
|
| slot.addEventListener('slotchange', test.step_func((e) => {
|
| - if (e.target != slot)
|
| - return;
|
| assert_false(fired.has(slot.id));
|
| fired.add(slot.id);
|
| if (fired.size == slots.length) {
|
|
|