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

Unified Diff: LayoutTests/inspector/console/console-native-function-to-string.html

Issue 14148002: Added a shortcut for the console.table function. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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-native-function-to-string-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-native-function-to-string.html
diff --git a/LayoutTests/inspector/console/console-native-function-to-string.html b/LayoutTests/inspector/console/console-native-function-to-string.html
index 321cb13e8bac9d3f7cb85bd6136afb7313e91566..f90c5ff3a91b905eb0266736ed4190904357cf2b 100644
--- a/LayoutTests/inspector/console/console-native-function-to-string.html
+++ b/LayoutTests/inspector/console/console-native-function-to-string.html
@@ -8,7 +8,7 @@
{
var expressions = [
"$", "$$", "$x", "dir", "dirxml", "keys", "values", "profile", "profileEnd",
- "monitorEvents", "unmonitorEvents", "inspect", "copy", "clear", "getEventListeners"
+ "monitorEvents", "unmonitorEvents", "inspect", "copy", "clear", "getEventListeners", "table"
];
function executeExpression()
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-native-function-to-string-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698