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

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: w/ basic test 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 Tests console.timeline and timelineEnd commands.
15
16
17 Running: testStartStopTimeline
18 Timeline 'one' started.
19 timestamp
20 Timeline 'one' finished.
21
22 Running: testStartStopMultiple
23 Timeline 'one' started.
24 timestamp 1
25 Timeline 'one' started.
26 Timeline 'two' started.
27 Timeline 'two' started.
28 Timeline 'two' finished.
29 timestamp 2
30 Timeline 'one' finished.
31 timestamp 3
32 Timeline 'two' finished.
33 timestamp 4
34 Timeline 'one' finished.
35
36 Running: testStopUnknown
37 Timeline 'one' started.
38 timestamp 1
39 timestamp 2
40 Timeline 'one' finished.
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698