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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-time-stamp-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 timeStamp feature 1 Tests the Timeline API timeStamp feature
2 2
3 TimeStamp Properties: 3 TimeStamp Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string>
6 message : "TIME STAMP" 7 message : "TIME STAMP"
7 } 8 }
8 endTime : <number> 9 endTime : <number>
9 frameId : <string> 10 frameId : <string>
10 stackTrace : <object>
11 startTime : <number> 11 startTime : <number>
12 thread : <string> 12 thread : <string>
13 type : "TimeStamp" 13 type : "TimeStamp"
14 } 14 }
15 Timestamp records: 15 Timestamp records:
16 TimeStamp Properties: 16 TimeStamp Properties:
17 { 17 {
18 data : { 18 data : {
19 frame : <string>
19 message : "TIME STAMP" 20 message : "TIME STAMP"
20 } 21 }
21 endTime : <number> 22 endTime : <number>
22 frameId : <string> 23 frameId : <string>
23 stackTrace : <object>
24 startTime : <number> 24 startTime : <number>
25 thread : <string> 25 thread : <string>
26 type : "TimeStamp" 26 type : "TimeStamp"
27 } 27 }
28 28
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-time-stamp.html ('k') | LayoutTests/inspector/tracing/timeline-timer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698