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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt

Issue 2954093003: [DevTools] Migrate inspector-protocol/runtime tests to new harness (Closed)
Patch Set: fail: Created 3 years, 6 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-protocol/runtime/runtime-console-line-and-column-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
index 1878e02cfb9817332801a8a7259f84d2c8d07bd5..77b39d237db951f51e5136552365977264e6ac46 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-console-line-and-column-expected.txt
@@ -1,31 +1,54 @@
-CONSOLE MESSAGE: line 1: 239
-CONSOLE MESSAGE: line 2: 239
+
{
- stackTrace : {
- callFrames : [
+ method : Runtime.consoleAPICalled
+ params : {
+ args : [
[0] : {
- columnNumber : 8
- functionName :
- lineNumber : 0
- scriptId : 0
- url :
+ description : 239
+ type : number
+ value : 239
}
]
+ executionContextId : 3
+ 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 :
- lineNumber : 1
- scriptId : 0
- url :
+ description : 239
+ type : number
+ value : 239
}
]
+ executionContextId : 3
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 2
+ functionName :
+ lineNumber : 1
+ scriptId : <scriptId>
+ url :
+ }
+ ]
+ }
+ timestamp : <timestamp>
+ type : log
}
- type : log
}

Powered by Google App Engine
This is Rietveld 408576698