Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: LayoutTests/inspector/console/console-format-es6-expected.txt

Issue 295633003: Show information about Symbols in DevTools console. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: REBASE Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
+

Powered by Google App Engine
This is Rietveld 408576698