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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/inspector/runtime/console-spec.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/console-spec-expected.txt
diff --git a/test/inspector/runtime/console-spec-expected.txt b/test/inspector/runtime/console-spec-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..74dcfa2a6b20ebf08ba1445ff75caed4834cb1d0
--- /dev/null
+++ b/test/inspector/runtime/console-spec-expected.txt
@@ -0,0 +1,20 @@
+
+Running test: consoleExistsOnGlobal
+true
+
+Running test: consoleHasRightPropertyDescriptor
+{
+ configurable : true
+ enumerable : false
+ value : <value>
+ writable : true
+}
+
+Running test: ConsoleNotExistsOnGlobal
+false
+
+Running test: prototypeChainMustBeCorrect
+true
+
+Running test: consoleToString
+[object Object]
« 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