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

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

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar test Created 3 years, 7 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
index b8f37c80930320c4b007d8d8b64fc7333fdc53a2..541951cbd6f33c4e44a0613ec7799b14024fdda1 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -38,7 +38,7 @@ console-dir.html:19 ƒ anonymous()
caller: null
length: 0
name: ""
- prototype: Object
+ prototype: {constructor: ƒ}
__proto__: ƒ ()
[[FunctionLocation]]: console-dir.html:19
[[Scopes]]: Scopes[1]
@@ -47,7 +47,7 @@ console-dir.html:23 inner
console-dir.html:26 Object
No Properties
console-dir.html:27 Object
- foo: Object
+ foo:
No Properties
__proto__: Object
console-dir.html:29 ƒ __proto__()
@@ -71,7 +71,7 @@ console-dir.html:39 Event
defaultPrevented: false
eventPhase: 0
isTrusted: false
- path: Array(0)
+ path: []
returnValue: true
srcElement: null
target: null

Powered by Google App Engine
This is Rietveld 408576698