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

Unified Diff: test/inspector/runtime/client-console-api-message-expected.txt

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: lines and columns in stack string should be 1-based Created 3 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 | « test/inspector/runtime/client-console-api-message.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/client-console-api-message-expected.txt
diff --git a/test/inspector/runtime/client-console-api-message-expected.txt b/test/inspector/runtime/client-console-api-message-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..699b390a8d120d30411472082e3b6d629a6ed5ea
--- /dev/null
+++ b/test/inspector/runtime/client-console-api-message-expected.txt
@@ -0,0 +1,8 @@
+Checks that we passed correct arguments in V8InspectorClient::consoleAPIMessage. Note: lines and columns are 1-based.
+42 (:1:9)
+ at (anonymous function) (:1:9)
+239 (:13:15)
+ at b (:13:15)
+ at a (:15:5)
+ at consoleTrace (:17:3)
+ at (anonymous function) (:1:1)
« no previous file with comments | « test/inspector/runtime/client-console-api-message.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698