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

Unified Diff: test/inspector/runtime/console-line-and-column-expected.txt

Issue 2390733002: [inspector] Make InspectorTest.sendCommand* private (Closed)
Patch Set: addressed comments Created 4 years, 2 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: test/inspector/runtime/console-line-and-column-expected.txt
diff --git a/test/inspector/runtime/console-line-and-column-expected.txt b/test/inspector/runtime/console-line-and-column-expected.txt
index 77f179811c2f1235189c168e08b20cdae64c0196..66b0e71f89e064a1df69d4b3424f05eaf5b27fa0 100644
--- a/test/inspector/runtime/console-line-and-column-expected.txt
+++ b/test/inspector/runtime/console-line-and-column-expected.txt
@@ -1,29 +1,52 @@
{
- stackTrace : {
- callFrames : [
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
[0] : {
- columnNumber : 8
- functionName : (anonymous)
- lineNumber : 0
- scriptId : 0
- url : (empty)
+ description : 239
+ type : number
+ value : 239
}
]
+ executionContextId : 1
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 8
+ functionName :
+ lineNumber : 0
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
}
- type : log
}
{
- stackTrace : {
- callFrames : [
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
[0] : {
- columnNumber : 2
- functionName : (anonymous)
- lineNumber : 1
- scriptId : 0
- url : (empty)
+ description : 239
+ type : number
+ value : 239
}
]
+ executionContextId : 1
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 2
+ functionName :
+ lineNumber : 1
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
}
- type : log
-}
-
+}
« no previous file with comments | « test/inspector/runtime/console-line-and-column.js ('k') | test/inspector/runtime/console-log-doesnt-run-microtasks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698