| 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
|
| }
|
|
|
|
|