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

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

Issue 24027002: DevTools: implement console.timeline/timelineEnd. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. Created 7 years, 3 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 CONSOLE MESSAGE: Timeline 'one' started.
2 CONSOLE MESSAGE: Timeline 'one' finished.
3 CONSOLE MESSAGE: Timeline 'one' started.
4 CONSOLE MESSAGE: Timeline 'one' started.
5 CONSOLE MESSAGE: Timeline 'two' started.
6 CONSOLE MESSAGE: Timeline 'two' started.
7 CONSOLE MESSAGE: Timeline 'two' finished.
8 CONSOLE MESSAGE: Timeline 'one' finished.
9 CONSOLE MESSAGE: Timeline 'two' finished.
10 CONSOLE MESSAGE: Timeline 'one' finished.
11 CONSOLE MESSAGE: Timeline 'one' started.
12 CONSOLE MESSAGE: Timeline 'two' was not started.
13 CONSOLE MESSAGE: Timeline 'one' finished.
14 CONSOLE MESSAGE: Timeline 'one' started.
15 CONSOLE MESSAGE: Timeline 'one' finished.
16 CONSOLE MESSAGE: Timeline 'one' started.
17 CONSOLE MESSAGE: Timeline 'two' started.
18 CONSOLE MESSAGE: Timeline 'one' terminated.
19 CONSOLE MESSAGE: Timeline 'two' terminated.
20 CONSOLE MESSAGE: Timeline 'one' started.
21 CONSOLE MESSAGE: Timeline 'two' started.
22 CONSOLE MESSAGE: Timeline 'one' terminated.
23 CONSOLE MESSAGE: Timeline 'two' terminated.
24 CONSOLE MESSAGE: Timeline 'one' started.
25 CONSOLE MESSAGE: Timeline 'two' started.
26 CONSOLE MESSAGE: Timeline 'one' terminated.
27 CONSOLE MESSAGE: Timeline 'two' terminated.
28 Tests console.timeline and timelineEnd commands.
29
30
31 Running: testStartStopTimeline
32 Timeline started from console.
33 Timeline 'one' started.
34 timestamp 1
35 Timeline 'one' finished.
36 Timeline stopped from console.
37
38 Running: testStartStopMultiple
39 Timeline started from console.
40 Timeline 'one' started.
41 timestamp 1
42 Timeline 'one' started.
43 Timeline 'two' started.
44 Timeline 'two' started.
45 Timeline 'two' finished.
46 timestamp 2
47 Timeline 'one' finished.
48 timestamp 3
49 Timeline 'two' finished.
50 timestamp 4
51 Timeline 'one' finished.
52 Timeline stopped from console.
53
54 Running: testStopUnknown
55 Timeline started from console.
56 Timeline 'one' started.
57 timestamp 1
58 timestamp 2
59 Timeline 'one' finished.
60 Timeline stopped from console.
61
62 Running: testStartFromPanel
63 Timeline started from panel
64 timestamp 0
65 Timeline 'one' started.
66 timestamp 1
67 Timeline 'one' finished.
68 timestamp 2
69 Timeline stopped from panel
70
71 Running: testStopFromPanel
72 Timeline started from console.
73 Timeline 'one' started.
74 timestamp 1
75 Timeline 'two' started.
76 timestamp 2
77 Timeline stopped from panel
78
79 Running: testRacyStart
80 Timeline started from console.
81 Timeline 'one' started.
82 timestamp 1
83 Timeline 'two' started.
84 timestamp 2
85 Timeline stopped from panel
86
87 Running: testRacyStart2
88 Timeline started from panel
89 timestamp 0
90 Timeline 'one' started.
91 timestamp 1
92 Timeline 'two' started.
93 timestamp 2
94 Timeline stopped from panel
95 Timeline started from panel
96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698