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

Unified Diff: LayoutTests/inspector/console/console-dir.html

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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-dir-es6.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-dir.html
diff --git a/LayoutTests/inspector/console/console-dir.html b/LayoutTests/inspector/console/console-dir.html
index c5bb88b5d4edbe61cc72cde15243c2963524b541..3c5a36afd0174f656e63c95a0039701c8109f061 100644
--- a/LayoutTests/inspector/console/console-dir.html
+++ b/LayoutTests/inspector/console/console-dir.html
@@ -20,6 +20,9 @@ function onload()
obj["negZero"] = -0;
console.dir(obj);
+ // This should correctly display information about the function.
+ console.dir(function() {});
+
runTest();
}
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-dir-es6.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698