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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html

Issue 2605693003: DevTools: introduce object previews experiment (Closed)
Patch Set: rebase Created 3 years, 11 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-format-es6.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
index 6173369b65bb81ff0e85d3a35eaf99764f46b0f7..64437fd35f9235d123a9a04f3ee17031e151cfc4 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
@@ -48,6 +48,7 @@ function onload()
bigmap.set(null, null);
bigmap.set(42, 42);
bigmap.set({foo:"from"}, {foo:"to"});
+ bigmap.set(["from"], ["to"]);
var p = Promise.reject(-0);
p.catch(function() {});

Powered by Google App Engine
This is Rietveld 408576698