| 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() {});
|
|
|