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

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

Issue 2785293002: [inspector] move console to builtins (Closed)
Patch Set: removed unused variable Created 3 years, 8 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
(Empty)
1
2 Running test: consoleExistsOnGlobal
3 true
4
5 Running test: consoleHasRightPropertyDescriptor
6 {
7 configurable : true
8 enumerable : false
9 value : <value>
10 writable : true
11 }
12
13 Running test: ConsoleNotExistsOnGlobal
14 false
15
16 Running test: prototypeChainMustBeCorrect
17 true
18
19 Running test: consoleToString
20 [object Object]
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