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

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

Issue 2834363003: [inspector] console property should be enumerable (Closed)
Patch Set: 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
« no previous file with comments | « test/inspector/runtime/console-spec.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Running test: consoleExistsOnGlobal 2 Running test: consoleExistsOnGlobal
3 true 3 true
4 4
5 Running test: consoleHasRightPropertyDescriptor 5 Running test: consoleHasRightPropertyDescriptor
6 { 6 {
7 configurable : true 7 configurable : true
8 enumerable : false 8 enumerable : false
9 value : <value> 9 value : <value>
10 writable : true 10 writable : true
11 } 11 }
12 12
13 Running test: ConsoleNotExistsOnGlobal 13 Running test: ConsoleNotExistsOnGlobal
14 false 14 false
15 15
16 Running test: prototypeChainMustBeCorrect 16 Running test: prototypeChainMustBeCorrect
17 true 17 true
18 18
19 Running test: consoleToString 19 Running test: consoleToString
20 [object Object] 20 [object Object]
21
22 Running test: consoleMethodPropertyDescriptor
23 {
24 configurable : true
25 enumerable : true
26 value : {
27 }
28 writable : true
29 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/console-spec.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698