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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt

Issue 2178263003: [DevTools] Fix function property preview in ObjectPropertySection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
index 2e3c79bf9550acad2e0fe7c9bf87ed8c13ceb986..4b8eedee9cb8920c7af75213574b56ce02636ade 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-es6-expected.txt
@@ -12,6 +12,7 @@ CONSOLE MESSAGE: line 47: [object Map Iterator]
CONSOLE MESSAGE: line 45: [object Set Iterator]
CONSOLE MESSAGE: line 46: [object Set Iterator]
CONSOLE MESSAGE: line 47: [object Set Iterator]
+CONSOLE MESSAGE: line 50: [object Object]
Tests that console logging dumps proper messages.
console-dir-es6.html:15 Object
@@ -102,4 +103,7 @@ console-dir-es6.html:47 SetIterator
[[Entries]]: Array[1]
0: Array[2]
length: 1
+console-dir-es6.html:50 Object
+ a: ()
+ __proto__: Object

Powered by Google App Engine
This is Rietveld 408576698