| 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();
|
| });
|
| });
|
|
|