| Index: third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| index b302d5a7cfc1eeee8c19eda91d7d431fdf608384..1f75deef8d234762c3cd3c2bf3065c8327fcf5eb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/ParentNode/append.html
|
| @@ -15,7 +15,7 @@ test(function () {
|
| assert_true('Symbol' in window);
|
| var unscopables = Object.getPrototypeOf(node)[Symbol.unscopables];
|
| assert_true(unscopables.append);
|
| -}, 'ChildNode.append() unscopeable');
|
| +}, 'ChildNode.append() unscopable');
|
|
|
| function test_append(node, nodeName) {
|
|
|
|
|