| 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..15ba2cafe5920b0af1991469571e9e50285caf28 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
|
| @@ -42,38 +42,38 @@ console-format-es6.html:11 Object {a: Symbol(), Symbol(a): 2}
|
| console-format-es6.html:12 [Object]
|
| globals[3]
|
| Object {a: Symbol(), Symbol(a): 2}
|
| -console-format-es6.html:11 Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| +console-format-es6.html:11 Map {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| console-format-es6.html:12 [Map(1)]
|
| globals[4]
|
| -Map(1) {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| +Map {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| console-format-es6.html:11 WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| console-format-es6.html:12 [WeakMap]
|
| globals[5]
|
| WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| -console-format-es6.html:11 Set(1) {Object {a: Symbol(), Symbol(a): 2}}
|
| +console-format-es6.html:11 Set {Object {a: Symbol(), Symbol(a): 2}}
|
| console-format-es6.html:12 [Set(1)]
|
| globals[6]
|
| -Set(1) {Object {a: Symbol(), Symbol(a): 2}}
|
| +Set {Object {a: Symbol(), Symbol(a): 2}}
|
| console-format-es6.html:11 WeakSet {Object {a: Symbol(), Symbol(a): 2}}
|
| console-format-es6.html:12 [WeakSet]
|
| globals[7]
|
| WeakSet {Object {a: Symbol(), Symbol(a): 2}}
|
| -console-format-es6.html:11 Map(1) {Map(0) {} => WeakMap {}}
|
| +console-format-es6.html:11 Map {Map {} => WeakMap {}}
|
| console-format-es6.html:12 [Map(1)]
|
| globals[8]
|
| -Map(1) {Map(0) {} => WeakMap {}}
|
| -console-format-es6.html:11 Map(1) {Map(1) {…} => WeakMap {…}}
|
| +Map {Map {} => WeakMap {}}
|
| +console-format-es6.html:11 Map {Map {…} => WeakMap {…}}
|
| console-format-es6.html:12 [Map(1)]
|
| globals[9]
|
| -Map(1) {Map(1) {…} => WeakMap {…}}
|
| -console-format-es6.html:11 Set(1) {WeakSet {}}
|
| +Map {Map {…} => WeakMap {…}}
|
| +console-format-es6.html:11 Set {WeakSet {}}
|
| console-format-es6.html:12 [Set(1)]
|
| globals[10]
|
| -Set(1) {WeakSet {}}
|
| -console-format-es6.html:11 Set(1) {WeakSet {…}}
|
| +Set {WeakSet {}}
|
| +console-format-es6.html:11 Set {WeakSet {…}}
|
| console-format-es6.html:12 [Set(1)]
|
| globals[11]
|
| -Set(1) {WeakSet {…}}
|
| +Set {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)]
|
| globals[12]
|
| @@ -84,7 +84,7 @@ console-format-es6.html:11 Promise
|
| [[PromiseStatus]]: "rejected"
|
| [[PromiseValue]]: -0
|
| console-format-es6.html:12 Array(1)
|
| - 0: Promise
|
| + 0: Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[0]
|
| @@ -113,7 +113,7 @@ console-format-es6.html:11 Object
|
| get getter: function getter()
|
| __proto__: Object
|
| console-format-es6.html:12 Array(1)
|
| - 0: Object
|
| + 0: Object {a: Symbol(), Symbol(a): 2}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[3]
|
| @@ -130,7 +130,7 @@ console-format-es6.html:11 Map(1)
|
| 0: {Object => Object}
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Map(1)
|
| + 0: Map {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[4]
|
| @@ -146,7 +146,7 @@ console-format-es6.html:11 WeakMap
|
| 0: {Object => Object}
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: WeakMap
|
| + 0: WeakMap {Object {a: Symbol(), Symbol(a): 2} => Object {foo: 1}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[5]
|
| @@ -162,7 +162,7 @@ console-format-es6.html:11 Set(1)
|
| 0: Object
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Set(1)
|
| + 0: Set {Object {a: Symbol(), Symbol(a): 2}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[6]
|
| @@ -178,7 +178,7 @@ console-format-es6.html:11 WeakSet
|
| 0: Object
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: WeakSet
|
| + 0: WeakSet {Object {a: Symbol(), Symbol(a): 2}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[7]
|
| @@ -194,7 +194,7 @@ console-format-es6.html:11 Map(1)
|
| 0: {Map(0) => WeakMap}
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Map(1)
|
| + 0: Map {Map {} => WeakMap {}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[8]
|
| @@ -211,7 +211,7 @@ console-format-es6.html:11 Map(1)
|
| 0: {Map(1) => WeakMap}
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Map(1)
|
| + 0: Map {Map {…} => WeakMap {…}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[9]
|
| @@ -228,7 +228,7 @@ console-format-es6.html:11 Set(1)
|
| 0: WeakSet
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Set(1)
|
| + 0: Set {WeakSet {}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[10]
|
| @@ -245,7 +245,7 @@ console-format-es6.html:11 Set(1)
|
| 0: WeakSet
|
| length: 1
|
| console-format-es6.html:12 Array(1)
|
| - 0: Set(1)
|
| + 0: Set {WeakSet {…}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[11]
|
| @@ -266,7 +266,7 @@ console-format-es6.html:11 Map(5)
|
| 4: {Object => Object}
|
| length: 5
|
| console-format-es6.html:12 Array(1)
|
| - 0: Map(5)
|
| + 0: Map(5) {" from str " => " to str ", undefined => undefined, null => null, 42 => 42, Object {foo: "from"} => Object {foo: "to"}}
|
| length: 1
|
| __proto__: Array(0)
|
| globals[12]
|
|
|