| Index: LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-dir-es6-expected.txt b/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| index 9044ae4848c76d28e82c96e79adb9286e58d15b4..ce53cafbd14291b2283c9d6637683852eb0b477f 100644
|
| --- a/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| +++ b/LayoutTests/inspector/console/console-dir-es6-expected.txt
|
| @@ -4,6 +4,7 @@ CONSOLE MESSAGE: line 22: [object Map]
|
| CONSOLE MESSAGE: line 22: [object WeakMap]
|
| CONSOLE MESSAGE: line 26: [object Set]
|
| CONSOLE MESSAGE: line 26: [object WeakSet]
|
| +CONSOLE MESSAGE: line 34: [object Set]
|
| Tests that console logging dumps proper messages.
|
|
|
| console-dir-es6.html:15 Object
|
| @@ -32,4 +33,9 @@ console-dir-es6.html:26 WeakSet
|
| __proto__: WeakSet
|
| <entries>[1]
|
| 0: Object
|
| +console-dir-es6.html:34 Set
|
| + size: (...)
|
| + __proto__: Set
|
| + <entries>[1]
|
| + 0: Set
|
|
|
|
|