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

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

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix LocalJSON object description Created 6 years, 4 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: LayoutTests/inspector/console/console-dir-es6-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-es6-expected.txt b/LayoutTests/inspector/console/console-dir-es6-expected.txt
index 9044ae4848c76d28e82c96e79adb9286e58d15b4..ce53cafbd14291b2283c9d6637683852eb0b477f 100644
--- a/LayoutTests/inspector/console/console-dir-es6-expected.txt
+++ b/LayoutTests/inspector/console/console-dir-es6-expected.txt
@@ -4,6 +4,7 @@ CONSOLE MESSAGE: line 22: [object Map]
CONSOLE MESSAGE: line 22: [object WeakMap]
CONSOLE MESSAGE: line 26: [object Set]
CONSOLE MESSAGE: line 26: [object WeakSet]
+CONSOLE MESSAGE: line 34: [object Set]
Tests that console logging dumps proper messages.
console-dir-es6.html:15 Object
@@ -32,4 +33,9 @@ console-dir-es6.html:26 WeakSet
__proto__: WeakSet
<entries>[1]
0: Object
+console-dir-es6.html:34 Set
+ size: (...)
+ __proto__: Set
+ <entries>[1]
+ 0: Set

Powered by Google App Engine
This is Rietveld 408576698