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

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

Issue 317703003: DevTools: Show internal properties in object preview in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed tests Created 6 years, 6 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 11: [object Object]
2 CONSOLE MESSAGE: line 12: [object Object]
1 CONSOLE MESSAGE: line 11: 3 CONSOLE MESSAGE: line 11:
2 CONSOLE MESSAGE: line 12: Symbol() 4 CONSOLE MESSAGE: line 12: Symbol()
3 CONSOLE MESSAGE: line 11: 5 CONSOLE MESSAGE: line 11:
4 CONSOLE MESSAGE: line 12: Symbol(a) 6 CONSOLE MESSAGE: line 12: Symbol(a)
5 CONSOLE MESSAGE: line 11: [object Object] 7 CONSOLE MESSAGE: line 11: [object Object]
6 CONSOLE MESSAGE: line 12: [object Object] 8 CONSOLE MESSAGE: line 12: [object Object]
7 Tests that console properly displays information about ES6 features. 9 Tests that console properly displays information about ES6 features.
8 10
11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} console-format-es6 .html:11
12 [Promise]0: Promiselength: 1__proto__: Array[0] console-format-es6.html:12
13 globals[0]
14 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
9 Symbol() console-format-es6.html:11 15 Symbol() console-format-es6.html:11
10 [Symbol()]0: Symbol()length: 1__proto__: Array[0] console-format-es6.html:12 16 [Symbol()]0: Symbol()length: 1__proto__: Array[0] console-format-es6.html:12
11 globals[0] 17 globals[1]
12 Symbol() 18 Symbol()
13 Symbol(a) console-format-es6.html:11 19 Symbol(a) console-format-es6.html:11
14 [Symbol(a)]0: Symbol(a)length: 1__proto__: Array[0] console-format-es6.html:12 20 [Symbol(a)]0: Symbol(a)length: 1__proto__: Array[0] console-format-es6.html:12
15 globals[1] 21 globals[2]
16 Symbol(a) 22 Symbol(a)
17 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}Symbol(): 1Symbol(a): 2a: Symbol( )__proto__: Object console-format-es6.html:11 23 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}Symbol(): 1Symbol(a): 2a: Symbol( )__proto__: Object console-format-es6.html:11
18 [Object]0: Objectlength: 1__proto__: Array[0] console-format-es6.html:12 24 [Object]0: Objectlength: 1__proto__: Array[0] console-format-es6.html:12
19 globals[2] 25 globals[3]
20 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}Symbol(): 1Symbol(a): 2a: Symbol( )__proto__: Object 26 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}Symbol(): 1Symbol(a): 2a: Symbol( )__proto__: Object
21 27
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-format-es6.html ('k') | LayoutTests/inspector/console/console-format-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698