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

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

Issue 2562793002: Rebaseline after V8 roll for consolobject preview changes (Closed)
Patch Set: Created 4 years 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 7210b7768f1e5ab60ed46d76b566b28e7c15dec7..15fc78726bfa044a807b4e426034809de913ca19 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -225,10 +225,10 @@ console-format.html:7
console-format.html:8 [svg#svg-node]
globals[25]
<svg id="svg-node"></svg>
-console-format.html:7 Object {}
+console-format.html:7 Object {getFoo: function}
console-format.html:8 [Object]
globals[26]
-Object {}
+Object {getFoo: function}
console-format.html:7 -0
console-format.html:8 [-0]
globals[27]
@@ -241,10 +241,10 @@ console-format.html:7 function Object() { [native code] }
console-format.html:8 [function]
globals[29]
function Object() { [native code] }
-console-format.html:7 Object {}
+console-format.html:7 Object {__defineGetter__: function, __defineSetter__: function, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: function…}
kozy 2016/12/08 19:23:15 I don't like this change :( Are these functions st
console-format.html:8 [Object]
globals[30]
-Object {}
+Object {__defineGetter__: function, __defineSetter__: function, hasOwnProperty: function, __lookupGetter__: function, __lookupSetter__: function…}
console-format.html:7 function ( /**/ foo/**/, /*/**/bar,
/**/baz) {}
console-format.html:8 [function]

Powered by Google App Engine
This is Rietveld 408576698