| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.forms.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.forms.html b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.forms.html
|
| index 32f35f13b79dfc4df5aeeb38b2a1a7ae8159a4e3..29a91e0e21b3328e42999de028b2e8a277c97d0e 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.forms.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/documents/dom-tree-accessors/document.forms.html
|
| @@ -53,7 +53,7 @@ test(function() {
|
| for (var p in document.forms) {
|
| result.push(p);
|
| }
|
| - assert_array_equals(result, ["0", "1", "2", "item", "namedItem", "length"])
|
| + assert_array_equals(result.sort(), ["0", "1", "2", "item", "namedItem", "length"].sort())
|
| }, "document.forms iteration")
|
|
|
| test(function() {
|
|
|