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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-event-dispatch-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
(Empty)
1 Tests the Timeline API instrumentation of a DOM Dispatch (mousedown)
2
3 Test Mouse Target
4 EventDispatch Properties:
5 {
6 data : {
7 type : "mouseover"
8 }
9 endTime : <number>
10 startTime : <number>
11 thread : <string>
12 type : "EventDispatch"
13 }
14 EventDispatch Properties:
15 {
16 data : {
17 type : "mousemove"
18 }
19 endTime : <number>
20 startTime : <number>
21 thread : <string>
22 type : "EventDispatch"
23 }
24 EventDispatch Properties:
25 {
26 children : <object>
27 data : {
28 type : "mousedown"
29 }
30 endTime : <number>
31 startTime : <number>
32 thread : <string>
33 type : "EventDispatch"
34 }
35 EventDispatch Properties:
36 {
37 data : {
38 type : "selectstart"
39 }
40 endTime : <number>
41 startTime : <number>
42 thread : <string>
43 type : "EventDispatch"
44 }
45 EventDispatch Properties:
46 {
47 data : {
48 type : "selectionchange"
49 }
50 endTime : <number>
51 startTime : <number>
52 thread : <string>
53 type : "EventDispatch"
54 }
55
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-event-dispatch.html ('k') | LayoutTests/inspector/tracing/timeline-filtering.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698