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

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

Issue 2801023003: Revert of [inspector] move console to builtins (Closed)
Patch Set: 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
deleted file mode 100644
index 74dcfa2a6b20ebf08ba1445ff75caed4834cb1d0..0000000000000000000000000000000000000000
--- a/test/inspector/runtime/console-spec-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-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