| 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 05b5249728fdfa2f73478d77a9bdb09f95e88604..182ae3f425ba61039e21791154e41078bb026480 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
|
| @@ -27,12 +27,18 @@ CONSOLE MESSAGE: line 12: [object Map]
|
| Tests that console properly displays information about ES6 features.
|
|
|
| console-format-es6.html:11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
|
| + __proto__: Promise
|
| + [[PromiseStatus]]: "rejected"
|
| + [[PromiseValue]]: -0
|
| console-format-es6.html:12 [Promise]
|
| 0: Promise
|
| length: 1
|
| __proto__: Array[0]
|
| globals[0]
|
| Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
|
| + __proto__: Promise
|
| + [[PromiseStatus]]: "rejected"
|
| + [[PromiseValue]]: -0
|
| console-format-es6.html:11 Symbol()
|
| console-format-es6.html:12 [Symbol()]
|
| 0: Symbol()
|
| @@ -121,12 +127,20 @@ WeakSet {Object {a: Symbol(), Symbol(a): 2}}
|
| <entries>[1]
|
| 0: Object
|
| console-format-es6.html:11 Map {Map {} => WeakMap {}}
|
| + size: (...)
|
| + __proto__: Map
|
| + <entries>[1]
|
| + 0: {Map => WeakMap}
|
| console-format-es6.html:12 [Map]
|
| 0: Map
|
| length: 1
|
| __proto__: Array[0]
|
| globals[8]
|
| Map {Map {} => WeakMap {}}
|
| + size: (...)
|
| + __proto__: Map
|
| + <entries>[1]
|
| + 0: {Map => WeakMap}
|
| console-format-es6.html:11 Map {Map {…} => WeakMap {…}}
|
| size: (...)
|
| __proto__: Map
|
| @@ -143,12 +157,20 @@ Map {Map {…} => WeakMap {…}}
|
| <entries>[1]
|
| 0: {Map => WeakMap}
|
| console-format-es6.html:11 Set {WeakSet {}}
|
| + size: (...)
|
| + __proto__: Set
|
| + <entries>[1]
|
| + 0: WeakSet
|
| console-format-es6.html:12 [Set]
|
| 0: Set
|
| length: 1
|
| __proto__: Array[0]
|
| globals[10]
|
| Set {WeakSet {}}
|
| + size: (...)
|
| + __proto__: Set
|
| + <entries>[1]
|
| + 0: WeakSet
|
| console-format-es6.html:11 Set {WeakSet {…}}
|
| size: (...)
|
| __proto__: Set
|
| @@ -165,10 +187,26 @@ Set {WeakSet {…}}
|
| <entries>[1]
|
| 0: WeakSet
|
| console-format-es6.html:11 Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
|
| + size: (...)
|
| + __proto__: Map
|
| + <entries>[5]
|
| + 0: {" from str " => " to str "}
|
| + 1: {undefined => undefined}
|
| + 2: {null => null}
|
| + 3: {42 => 42}
|
| + 4: {Object => Object}
|
| console-format-es6.html:12 [Map]
|
| 0: Map
|
| length: 1
|
| __proto__: Array[0]
|
| globals[12]
|
| Map {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
|
| + size: (...)
|
| + __proto__: Map
|
| + <entries>[5]
|
| + 0: {" from str " => " to str "}
|
| + 1: {undefined => undefined}
|
| + 2: {null => null}
|
| + 3: {42 => 42}
|
| + 4: {Object => Object}
|
|
|
|
|