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

Unified Diff: LayoutTests/inspector/tracing/timeline-time-expected.txt

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/tracing/timeline-time-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-time-expected.txt b/LayoutTests/inspector/tracing/timeline-time-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c418c95146bb82a882fa4ec05566228268895344
--- /dev/null
+++ b/LayoutTests/inspector/tracing/timeline-time-expected.txt
@@ -0,0 +1,49 @@
+Test nesting of time/timeEnd records on Timeline
+
+
+Running: testSimpleConsoleTime
+Root
+----> FunctionCall
+----> FunctionCall
+Marker records:
+ Console Time: a
+ Console Time End: a
+
+Running: testNestedConsoleTime
+Root
+----> FunctionCall
+Marker records:
+ Console Time: a
+ Console Time: b
+ Console Time End: b
+ Console Time: c
+ Console Time: d
+ Console Time End: d
+ Console Time End: c
+ Console Time End: a
+
+Running: testUnbalancedConsoleTime
+Root
+----> FunctionCall
+Marker records:
+ Console Time: a
+ Console Time: b
+ Console Time End: a
+ Console Time End: b
+
+Running: testConsoleTimeWithoutConsoleTimeEnd
+Root
+----> FunctionCall
+--------> TimeStamp : Foo
+--------> TimeStamp : Bar
+--------> TimeStamp : Baz
+Marker records:
+ Foo
+ Console Time: a
+ Bar
+ Console Time: b
+ Console Time: c
+ Console Time: d
+ Baz
+ Console Time End: d
+
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-time.html ('k') | LayoutTests/inspector/tracing/timeline-time-stamp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698