| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration.html
|
| index 321bbe00da4f0d5036120d951343b5215659289a..1911f7bb32a6f449c45cc26e9ea68e120d486f7a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/lists/DOMTokenList-iteration.html
|
| @@ -41,9 +41,7 @@
|
|
|
| assert_equals(list[Symbol.iterator], Array.prototype[Symbol.iterator]);
|
| assert_equals(list.keys, Array.prototype.keys);
|
| - if (Array.prototype.values) {
|
| - assert_equals(list.values, Array.prototype.values);
|
| - }
|
| + assert_equals(list.values, Array.prototype.values);
|
| assert_equals(list.entries, Array.prototype.entries);
|
| assert_equals(list.forEach, Array.prototype.forEach);
|
| });
|
|
|