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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-dfs-expected.txt

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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 TimelineModel.forAllRecords function.
2
3 DFS preorder:
4 a
5 aa
6 aaa
7 aab
8 ab
9 aba
10 abb
11 b
12 ba
13 baa
14 bab
15 bb
16 bba
17 bbb
18
19 DFS postorder:
20 aaa
21 aab
22 aa
23 aba
24 abb
25 ab
26 a
27 baa
28 bab
29 ba
30 bba
31 bbb
32 bb
33 b
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698