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

Side by Side Diff: LayoutTests/inspector/console/console-native-function-to-string-expected.txt

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that command-line API methods behave similarly to native code by returning '[WebInspector console function]' via toString(). 1 Tests that command-line API methods behave similarly to native code by returning '[WebInspector console function]' via toString().
2 2
3 3
4 4
5 $ 5 $
6 function $() { [Command Line API] } 6 function $() { [Command Line API] }
7 7
8 8
9 $$ 9 $$
10 function $$() { [Command Line API] } 10 function $$() { [Command Line API] }
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 function copy() { [Command Line API] } 54 function copy() { [Command Line API] }
55 55
56 56
57 clear 57 clear
58 function clear() { [Command Line API] } 58 function clear() { [Command Line API] }
59 59
60 60
61 getEventListeners 61 getEventListeners
62 function getEventListeners() { [Command Line API] } 62 function getEventListeners() { [Command Line API] }
63 63
64
65 table
66 function table() { [Command Line API] }
67
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-native-function-to-string.html ('k') | Source/WebCore/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698