Chromium Code Reviews| 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..facb0b74ff322fc120e936f9427aabaf61ec416e 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}} |
|
dgozman
2017/01/13 02:55:41
Looks like a regression?
luoe
2017/01/13 23:20:12
Reverted. Maps/Sets will always have their size s
|
| +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] |
| @@ -127,10 +127,10 @@ console-format-es6.html:11 Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Object => Object} |
| + 0: {Object => Object} {key: Object, value: 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] |
| @@ -138,31 +138,31 @@ Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Object => Object} |
| + 0: {Object => Object} {key: Object, value: Object} |
| length: 1 |
| console-format-es6.html:11 WeakMap |
| __proto__: WeakMap |
| [[Entries]]: Array(1) |
| - 0: {Object => Object} |
| + 0: {Object => Object} {key: Object, value: 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] |
| WeakMap |
| __proto__: WeakMap |
| [[Entries]]: Array(1) |
| - 0: {Object => Object} |
| + 0: {Object => Object} {key: Object, value: Object} |
| length: 1 |
| console-format-es6.html:11 Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: Object |
| + 0: Object {value: 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] |
| @@ -170,31 +170,31 @@ Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: Object |
| + 0: Object {value: Object} |
| length: 1 |
| console-format-es6.html:11 WeakSet |
| __proto__: WeakSet |
| [[Entries]]: Array(1) |
| - 0: Object |
| + 0: Object {value: 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] |
| WeakSet |
| __proto__: WeakSet |
| [[Entries]]: Array(1) |
| - 0: Object |
| + 0: Object {value: Object} |
| length: 1 |
| console-format-es6.html:11 Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Map(0) => WeakMap} |
| + 0: {Map(0) => WeakMap} {key: Map(0), value: WeakMap} |
| length: 1 |
| console-format-es6.html:12 Array(1) |
| - 0: Map(1) |
| + 0: Map {Map {} => WeakMap {}} |
| length: 1 |
| __proto__: Array(0) |
| globals[8] |
| @@ -202,16 +202,16 @@ Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Map(0) => WeakMap} |
| + 0: {Map(0) => WeakMap} {key: Map(0), value: WeakMap} |
| length: 1 |
| console-format-es6.html:11 Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Map(1) => WeakMap} |
| + 0: {Map(1) => WeakMap} {key: Map(1), value: WeakMap} |
| length: 1 |
| console-format-es6.html:12 Array(1) |
| - 0: Map(1) |
| + 0: Map {Map {…} => WeakMap {…}} |
| length: 1 |
| __proto__: Array(0) |
| globals[9] |
| @@ -219,16 +219,16 @@ Map(1) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(1) |
| - 0: {Map(1) => WeakMap} |
| + 0: {Map(1) => WeakMap} {key: Map(1), value: WeakMap} |
| length: 1 |
| console-format-es6.html:11 Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: WeakSet |
| + 0: WeakSet {value: WeakSet} |
| length: 1 |
| console-format-es6.html:12 Array(1) |
| - 0: Set(1) |
| + 0: Set {WeakSet {}} |
| length: 1 |
| __proto__: Array(0) |
| globals[10] |
| @@ -236,16 +236,16 @@ Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: WeakSet |
| + 0: WeakSet {value: WeakSet} |
| length: 1 |
| console-format-es6.html:11 Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: WeakSet |
| + 0: WeakSet {value: WeakSet} |
| length: 1 |
| console-format-es6.html:12 Array(1) |
| - 0: Set(1) |
| + 0: Set {WeakSet {…}} |
| length: 1 |
| __proto__: Array(0) |
| globals[11] |
| @@ -253,20 +253,20 @@ Set(1) |
| size: (...) |
| __proto__: Set |
| [[Entries]]: Array(1) |
| - 0: WeakSet |
| + 0: WeakSet {value: WeakSet} |
| length: 1 |
| console-format-es6.html:11 Map(5) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(5) |
| - 0: {" from str " => " to str "} |
| - 1: {undefined => undefined} |
| - 2: {null => null} |
| - 3: {42 => 42} |
| - 4: {Object => Object} |
| + 0: {" from str " => " to str "} {key: " from str ", value: " to str "} |
| + 1: {undefined => undefined} {key: undefined, value: undefined} |
| + 2: {null => null} {key: null, value: null} |
| + 3: {42 => 42} {key: 42, value: 42} |
| + 4: {Object => Object} {key: Object, value: 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] |
| @@ -274,10 +274,10 @@ Map(5) |
| size: (...) |
| __proto__: Map |
| [[Entries]]: Array(5) |
| - 0: {" from str " => " to str "} |
| - 1: {undefined => undefined} |
| - 2: {null => null} |
| - 3: {42 => 42} |
| - 4: {Object => Object} |
| + 0: {" from str " => " to str "} {key: " from str ", value: " to str "} |
| + 1: {undefined => undefined} {key: undefined, value: undefined} |
| + 2: {null => null} {key: null, value: null} |
| + 3: {42 => 42} {key: 42, value: 42} |
| + 4: {Object => Object} {key: Object, value: Object} |
| length: 5 |