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

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

Issue 337753004: Show all object property symbols after all its property names. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
OLDNEW
1 CONSOLE MESSAGE: line 11: [object Object] 1 CONSOLE MESSAGE: line 11: [object Object]
2 CONSOLE MESSAGE: line 12: [object Object] 2 CONSOLE MESSAGE: line 12: [object Object]
3 CONSOLE MESSAGE: line 11: 3 CONSOLE MESSAGE: line 11:
4 CONSOLE MESSAGE: line 12: Symbol() 4 CONSOLE MESSAGE: line 12: Symbol()
5 CONSOLE MESSAGE: line 11: 5 CONSOLE MESSAGE: line 11:
6 CONSOLE MESSAGE: line 12: Symbol(a) 6 CONSOLE MESSAGE: line 12: Symbol(a)
7 CONSOLE MESSAGE: line 11: [object Object] 7 CONSOLE MESSAGE: line 11: [object Object]
8 CONSOLE MESSAGE: line 12: [object Object] 8 CONSOLE MESSAGE: line 12: [object Object]
9 Tests that console properly displays information about ES6 features. 9 Tests that console properly displays information about ES6 features.
10 10
11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} console-format-es6 .html:11 11 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} console-format-es6 .html:11
12 [Promise]0: Promiselength: 1__proto__: Array[0] console-format-es6.html:12 12 [Promise]0: Promiselength: 1__proto__: Array[0] console-format-es6.html:12
13 globals[0] 13 globals[0]
14 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0} 14 Promise {[[PromiseStatus]]: "rejected", [[PromiseValue]]: -0}
15 Symbol() console-format-es6.html:11 15 Symbol() console-format-es6.html:11
16 [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
17 globals[1] 17 globals[1]
18 Symbol() 18 Symbol()
19 Symbol(a) console-format-es6.html:11 19 Symbol(a) console-format-es6.html:11
20 [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
21 globals[2] 21 globals[2]
22 Symbol(a) 22 Symbol(a)
23 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}a: Symbol()Symbol(): 1Symbol(a): 2__proto__: Object console-format-es6.html:11
24 [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
25 globals[3] 25 globals[3]
26 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}Symbol(): 1Symbol(a): 2a: Symbol( )__proto__: Object 26 Object {a: Symbol(), Symbol(): 1, Symbol(a): 2}a: Symbol()Symbol(): 1Symbol(a): 2__proto__: Object
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698