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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-timeline-expected.txt
diff --git a/LayoutTests/inspector/console/console-timeline-expected.txt b/LayoutTests/inspector/console/console-timeline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..64aee216c2328de6edb89b8607a1843eae896a68
--- /dev/null
+++ b/LayoutTests/inspector/console/console-timeline-expected.txt
@@ -0,0 +1,96 @@
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'one' finished.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'two' started.
+CONSOLE MESSAGE: Timeline 'two' started.
+CONSOLE MESSAGE: Timeline 'two' finished.
+CONSOLE MESSAGE: Timeline 'one' finished.
+CONSOLE MESSAGE: Timeline 'two' finished.
+CONSOLE MESSAGE: Timeline 'one' finished.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'two' was not started.
+CONSOLE MESSAGE: Timeline 'one' finished.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'one' finished.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'two' started.
+CONSOLE MESSAGE: Timeline 'one' terminated.
+CONSOLE MESSAGE: Timeline 'two' terminated.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'two' started.
+CONSOLE MESSAGE: Timeline 'one' terminated.
+CONSOLE MESSAGE: Timeline 'two' terminated.
+CONSOLE MESSAGE: Timeline 'one' started.
+CONSOLE MESSAGE: Timeline 'two' started.
+CONSOLE MESSAGE: Timeline 'one' terminated.
+CONSOLE MESSAGE: Timeline 'two' terminated.
+Tests console.timeline and timelineEnd commands.
+
+
+Running: testStartStopTimeline
+Timeline started from console.
+Timeline 'one' started.
+timestamp 1
+Timeline 'one' finished.
+Timeline stopped from console.
+
+Running: testStartStopMultiple
+Timeline started from console.
+Timeline 'one' started.
+timestamp 1
+Timeline 'one' started.
+Timeline 'two' started.
+Timeline 'two' started.
+Timeline 'two' finished.
+timestamp 2
+Timeline 'one' finished.
+timestamp 3
+Timeline 'two' finished.
+timestamp 4
+Timeline 'one' finished.
+Timeline stopped from console.
+
+Running: testStopUnknown
+Timeline started from console.
+Timeline 'one' started.
+timestamp 1
+timestamp 2
+Timeline 'one' finished.
+Timeline stopped from console.
+
+Running: testStartFromPanel
+Timeline started from panel
+timestamp 0
+Timeline 'one' started.
+timestamp 1
+Timeline 'one' finished.
+timestamp 2
+Timeline stopped from panel
+
+Running: testStopFromPanel
+Timeline started from console.
+Timeline 'one' started.
+timestamp 1
+Timeline 'two' started.
+timestamp 2
+Timeline stopped from panel
+
+Running: testRacyStart
+Timeline started from console.
+Timeline 'one' started.
+timestamp 1
+Timeline 'two' started.
+timestamp 2
+Timeline stopped from panel
+
+Running: testRacyStart2
+Timeline started from panel
+timestamp 0
+Timeline 'one' started.
+timestamp 1
+Timeline 'two' started.
+timestamp 2
+Timeline stopped from panel
+Timeline started from panel
+

Powered by Google App Engine
This is Rietveld 408576698