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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-injected-script-eval-expected.txt

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API function call record for InjectedScript.eval call feature . 1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2 2
3 FunctionCall Properties: 3 FunctionCall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string>
6 scriptId : <string> 7 scriptId : <string>
7 scriptLine : <number> 8 scriptLine : <number>
8 scriptName : <string> 9 scriptName : <string>
9 } 10 }
10 endTime : <number> 11 endTime : <number>
11 frameId : <string> 12 frameId : <string>
12 startTime : <number> 13 startTime : <number>
13 thread : <string> 14 thread : <string>
14 type : "FunctionCall" 15 type : "FunctionCall"
15 } 16 }
16 FunctionCall Properties: 17 FunctionCall Properties:
17 { 18 {
18 data : { 19 data : {
20 frame : <string>
19 scriptId : <string> 21 scriptId : <string>
20 scriptLine : <number> 22 scriptLine : <number>
21 scriptName : <string> 23 scriptName : <string>
22 } 24 }
23 endTime : <number> 25 endTime : <number>
24 frameId : <string> 26 frameId : <string>
25 startTime : <number> 27 startTime : <number>
26 thread : <string> 28 thread : <string>
27 type : "FunctionCall" 29 type : "FunctionCall"
28 } 30 }
29 31
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-injected-script-eval.html ('k') | LayoutTests/inspector/tracing/timeline-layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698