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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 Tests the load event.
2
3 Page reloaded.
4 Model records:
5 Timestamp records:
6 MarkDOMContent Properties:
7 {
8 data : {
9 frame : <string>
10 isMainFrame : true
11 page : <string>
12 }
13 endTime : <number>
14 frameId : <string>
15 startTime : <number>
16 type : "MarkDOMContent"
17 }
18 MarkLoad Properties:
19 {
20 data : {
21 frame : <string>
22 isMainFrame : true
23 page : <string>
24 }
25 endTime : <number>
26 frameId : <string>
27 startTime : <number>
28 type : "MarkLoad"
29 }
30 MarkFirstPaint Properties:
31 {
32 data : {
33 }
34 endTime : <number>
35 startTime : <number>
36 type : "MarkFirstPaint"
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698