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