| Index: LayoutTests/inspector/console/console-format-es6-expected.txt
|
| diff --git a/LayoutTests/inspector/console/console-format-es6-expected.txt b/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..798a4d604b7357dd1cbf69df81f5039bd7580ab7
|
| --- /dev/null
|
| +++ b/LayoutTests/inspector/console/console-format-es6-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +CONSOLE MESSAGE: line 11:
|
| +CONSOLE MESSAGE: line 12: Symbol()
|
| +CONSOLE MESSAGE: line 11:
|
| +CONSOLE MESSAGE: line 12: Symbol(a)
|
| +Tests that console properly displays information about ES6 features.
|
| +
|
| +Symbol() console-format-es6.html:11
|
| +[Symbol()]0: Symbol()length: 1__proto__: Array[0] console-format-es6.html:12
|
| +globals[0]
|
| +Symbol()
|
| +Symbol(a) console-format-es6.html:11
|
| +[Symbol(a)]0: Symbol(a)length: 1__proto__: Array[0] console-format-es6.html:12
|
| +globals[1]
|
| +Symbol(a)
|
| +
|
|
|