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

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

Issue 312143003: This fixes bug with trying to get properties of non-object (symbol). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: REBASE Created 6 years, 6 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-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector/console/console-dir-expected.txt
index 5dcb4d755f33ab5e3d9a191c063d29e743ca674b..ec4c830e3fa3e699a8b0cb37a102e3a04a909903 100644
--- a/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/LayoutTests/inspector/console/console-dir-expected.txt
@@ -2,6 +2,7 @@ CONSOLE MESSAGE: line 9: test1,test2
CONSOLE MESSAGE: line 10: [object NodeList]
CONSOLE MESSAGE: line 11: [object XPathResult]
CONSOLE MESSAGE: line 21: [object Object]
+CONSOLE MESSAGE: line 24: function () {}
Tests that console logging dumps proper messages.
Array[2]
@@ -31,4 +32,12 @@ Object
c d: "c d"
negZero: -0
__proto__: Object console-dir.html:21
+function () {}
+ arguments: null
+ caller: null
+ length: 0
+ name: ""
+ prototype: Object
+ __proto__: function Empty() {}
+ <function scope> console-dir.html:24
« no previous file with comments | « LayoutTests/inspector/console/console-dir-es6-expected.txt ('k') | Source/core/inspector/InjectedScriptExterns.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698