| Index: third_party/WebKit/LayoutTests/fast/dom/ChildNode/replace-with.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/replace-with.html b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/replace-with.html
|
| index 73f8b0a2d75a8ea5ca573b44d4b0cf6942dd0ad9..9e9560885cdbd5c26dd265115776ae757b547544 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/ChildNode/replace-with.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/ChildNode/replace-with.html
|
| @@ -15,7 +15,7 @@ test(function () {
|
| assert_true('Symbol' in window);
|
| var unscopables = Object.getPrototypeOf(child)[Symbol.unscopables];
|
| assert_true(unscopables.replaceWith);
|
| -}, 'ChildNode.replaceWith() unscopeable');
|
| +}, 'ChildNode.replaceWith() unscopable');
|
|
|
| function test_replaceWith(nodeName) {
|
| var child;
|
|
|