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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/page/frameAttachedStacktrace-expected.txt

Issue 2749383005: [Devtools] Add stacktrace for Page.frameAttached event (Closed)
Patch Set: added test Created 3 years, 9 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
2 Frame Attached
3 Call Frames :
4 [
5 [0] : {
6 columnNumber : 18
7 functionName : createFrame
8 lineNumber : 13
9 scriptId : <scriptId>
10 lineNumber : 13
11 url : <url not shown>
12 }
13 [1] : {
14 columnNumber : 0
15 functionName :
16 lineNumber : 0
17 scriptId : <scriptId>
18 lineNumber : 0
19 url : <url not shown>
20 }
21 ]
22
23 Frame Attached
24 Call Frames :
25 [
26 [0] : {
27 columnNumber : 115
28 functionName :
29 lineNumber : 0
30 scriptId : <scriptId>
31 lineNumber : 0
32 url : <url not shown>
33 }
34 ]
35
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698