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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-dfs-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 TimelineModel.forAllRecords function.
2
3 DFS preorder:
4 TracingStartedInPage
5 a
6 aa
7 aaa
8 aab
9 ab
10 aba
11 abb
12 b
13 ba
14 baa
15 bab
16 bb
17 bba
18 bbb
19
20 DFS postorder:
21 TracingStartedInPage
22 aaa
23 aab
24 aa
25 aba
26 abb
27 ab
28 a
29 baa
30 bab
31 ba
32 bba
33 bbb
34 bb
35 b
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698