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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 11:
2 CONSOLE MESSAGE: line 12: Symbol()
3 CONSOLE MESSAGE: line 11:
4 CONSOLE MESSAGE: line 12: Symbol(a)
5 Tests that console properly displays information about ES6 features.
6
7 Symbol() console-format-es6.html:11
8 [Symbol()]0: Symbol()length: 1__proto__: Array[0] console-format-es6.html:12
9 globals[0]
10 Symbol()
11 Symbol(a) console-format-es6.html:11
12 [Symbol(a)]0: Symbol(a)length: 1__proto__: Array[0] console-format-es6.html:12
13 globals[1]
14 Symbol(a)
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698