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

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

Issue 2139543002: [DevTools] Report console API calls through Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 1: 239
2 CONSOLE MESSAGE: line 2: 239
3 {
4 column : 9
5 level : log
6 line : 1
7 source : console-api
8 stack : {
9 callFrames : [
10 [0] : {
11 columnNumber : 8
12 functionName :
13 lineNumber : 0
14 scriptId : 0
15 url :
16 }
17 ]
18 }
19 text : 239
20 type : log
21 url :
22 }
23 {
24 column : 3
25 level : log
26 line : 2
27 source : console-api
28 stack : {
29 callFrames : [
30 [0] : {
31 columnNumber : 2
32 functionName :
33 lineNumber : 1
34 scriptId : 0
35 url :
36 }
37 ]
38 }
39 text : 239
40 type : log
41 url :
42 }
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698