Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt |
| index c1cfb8c4f1884330688b74da77b0fd2e2a06a382..f71b593f6a08271e2c61c8bba58f13a183fe1951 100644 |
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-collections-expected.txt |
| @@ -57,7 +57,7 @@ console-format-collections.html:66 ArrayLike |
| console-format-collections.html:15 [select#sel, sel: select#sel] |
| console-format-collections.html:19 [script, script, script] |
| console-format-collections.html:23 [option, option, selectedIndex: 0] |
| -console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2]] |
| +console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2], [[IsGenerator]]: false] |
|
dgozman
2016/07/07 19:59:23
Why this change?
kozy
2016/07/07 22:59:07
because document.all is a function and collection.
|
| console-format-collections.html:31 [select#sel, input, input, sel: select#sel, x: RadioNodeList[2]] |
| console-format-collections.html:35 [input, input, value: ""] |
| console-format-collections.html:41 [1, Array[2]] |