| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| index 4ccddf85c79f87f3c6c25a96edc17c3e2e6d08a3..e66628302cba421a6cab9d1552f23fdb88343b76 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| @@ -74,10 +74,10 @@ console-format-es6.html:11 Set(1) {WeakSet {…}}
|
| console-format-es6.html:12 [Set(1)]
|
| globals[11]
|
| Set(1) {WeakSet {…}}
|
| -console-format-es6.html:11 Map(5) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
|
| -console-format-es6.html:12 [Map(5)]
|
| +console-format-es6.html:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
|
| +console-format-es6.html:12 [Map(6)]
|
| globals[12]
|
| -Map(5) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
|
| +Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
|
| Expanded all messages
|
| console-format-es6.html:11 Promise
|
| __proto__: Promise
|
| @@ -255,29 +255,31 @@ Set(1)
|
| [[Entries]]: Array(1)
|
| 0: WeakSet
|
| length: 1
|
| -console-format-es6.html:11 Map(5)
|
| +console-format-es6.html:11 Map(6)
|
| size: (...)
|
| __proto__: Map
|
| - [[Entries]]: Array(5)
|
| + [[Entries]]: Array(6)
|
| 0: {" from str " => " to str "}
|
| 1: {undefined => undefined}
|
| 2: {null => null}
|
| 3: {42 => 42}
|
| 4: {Object => Object}
|
| - length: 5
|
| + 5: {Array(1) => Array(1)}
|
| + length: 6
|
| console-format-es6.html:12 Array(1)
|
| - 0: Map(5)
|
| + 0: Map(6)
|
| length: 1
|
| __proto__: Array(0)
|
| globals[12]
|
| -Map(5)
|
| +Map(6)
|
| size: (...)
|
| __proto__: Map
|
| - [[Entries]]: Array(5)
|
| + [[Entries]]: Array(6)
|
| 0: {" from str " => " to str "}
|
| 1: {undefined => undefined}
|
| 2: {null => null}
|
| 3: {42 => 42}
|
| 4: {Object => Object}
|
| - length: 5
|
| + 5: {Array(1) => Array(1)}
|
| + length: 6
|
|
|
|
|