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

Side by Side Diff: test/inspector/runtime/console-spec-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 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
1 Tests console object and it's prototype
1 2
2 Running test: consoleExistsOnGlobal 3 Running test: consoleExistsOnGlobal
3 true 4 true
4 5
5 Running test: consoleHasRightPropertyDescriptor 6 Running test: consoleHasRightPropertyDescriptor
6 { 7 {
7 configurable : true 8 configurable : true
8 enumerable : false 9 enumerable : false
9 value : <value> 10 value : <value>
10 writable : true 11 writable : true
11 } 12 }
12 13
13 Running test: ConsoleNotExistsOnGlobal 14 Running test: ConsoleNotExistsOnGlobal
14 false 15 false
15 16
16 Running test: prototypeChainMustBeCorrect 17 Running test: prototypeChainMustBeCorrect
17 true 18 true
18 19
19 Running test: consoleToString 20 Running test: consoleToString
20 [object Object] 21 [object Object]
21 22
22 Running test: consoleMethodPropertyDescriptor 23 Running test: consoleMethodPropertyDescriptor
23 { 24 {
24 configurable : true 25 configurable : true
25 enumerable : true 26 enumerable : true
26 value : { 27 value : {
27 } 28 }
28 writable : true 29 writable : true
29 } 30 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/console-spec.js ('k') | test/inspector/runtime/console-time-end-format.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698