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

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

Issue 2834363003: [inspector] console property should be enumerable (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
index 74dcfa2a6b20ebf08ba1445ff75caed4834cb1d0..8ef220f3b24fdd74d86eb5048e95f852447bd03f 100644
--- a/test/inspector/runtime/console-spec-expected.txt
+++ b/test/inspector/runtime/console-spec-expected.txt
@@ -18,3 +18,12 @@ true
Running test: consoleToString
[object Object]
+
+Running test: consoleMethodPropertyDescriptor
+{
+ configurable : true
+ enumerable : true
+ value : {
+ }
+ writable : true
+}
« 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