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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-native-function-to-string-expected.txt

Issue 1617393002: [DevTools] Not use with statement for evaluated console command (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix $1-$4, $_ Created 4 years, 11 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-native-function-to-string-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-to-string-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-native-function-to-string-expected.txt
deleted file mode 100644
index 62c81b24e316819424845417d4942e61f28ea7d7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-to-string-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Tests that command-line API methods behave similarly to native code by returning '[Command Line API]' via toString().
-
-[page] CommandLineAPI
-
-$ : function $(selector, [startNode]) { [Command Line API] }
-$$ : function $$(selector, [startNode]) { [Command Line API] }
-$x : function $x(xpath, [startNode]) { [Command Line API] }
-clear : function clear() { [Command Line API] }
-copy : function copy(object) { [Command Line API] }
-debug : function debug(fn) { [Command Line API] }
-dir : function dir(var_args) { [Command Line API] }
-dirxml : function dirxml(var_args) { [Command Line API] }
-getEventListeners : function getEventListeners(node) { [Command Line API] }
-inspect : function inspect(object) { [Command Line API] }
-keys : function keys(object) { [Command Line API] }
-monitor : function monitor(fn) { [Command Line API] }
-monitorEvents : function monitorEvents(object, [types]) { [Command Line API] }
-profile : function profile([title]) { [Command Line API] }
-profileEnd : function profileEnd([title]) { [Command Line API] }
-table : function table(data, [columns]) { [Command Line API] }
-undebug : function undebug(fn) { [Command Line API] }
-unmonitor : function unmonitor(fn) { [Command Line API] }
-unmonitorEvents : function unmonitorEvents(object, [types]) { [Command Line API] }
-values : function values(object) { [Command Line API] }
-

Powered by Google App Engine
This is Rietveld 408576698