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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-time-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 Test nesting of time/timeEnd records on Timeline
2
3
4 Running: testSimpleConsoleTime
5 Root
6 ----> FunctionCall
7 --------> Console Time: a
8
9 Running: testNestedConsoleTime
10 Root
11 ----> FunctionCall
12 --------> Console Time: a
13 ------------> Console Time: b
14 ------------> Console Time: c
15 ----------------> Console Time: d
16
17 Running: testUnbalancedConsoleTime
18 Root
19 ----> FunctionCall
20 --------> Console Time: b
21
22 Running: testConsoleTimeWithoutConsoleTimeEnd
23 Root
24 ----> FunctionCall
25 --------> Timestamp: Foo
26 --------> Timestamp: Bar
27 --------> Console Time: d
28 ------------> Timestamp: Baz
29
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time.html ('k') | LayoutTests/inspector/timeline/timeline-time-stamp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698