| 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 e74556b1557078d2128b4df6d182d8b0bc5574da..488f97587bbcfa4e3f653b0822752bc5905d65a5 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(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}…}
|
| +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(6) {" 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 {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
|
| __proto__: Promise
|
| @@ -255,7 +255,7 @@ Set(1) {WeakSet {…}}
|
| [[Entries]]: Array(1)
|
| 0: WeakSet
|
| length: 1
|
| -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:11 Map(6) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}, …}
|
| size: (...)
|
| __proto__: Map
|
| [[Entries]]: Array(6)
|
| @@ -271,7 +271,7 @@ console-format-es6.html:12 [Map(6)]
|
| length: 1
|
| __proto__: Array(0)
|
| globals[12]
|
| -Map(6) {" 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"}, …}
|
| size: (...)
|
| __proto__: Map
|
| [[Entries]]: Array(6)
|
|
|