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

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

Issue 631573002: [Devtools] Replace "Stacks" with "Causes" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update per reviewer comments, and remove the causes tab Created 6 years, 2 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-event-causes-expected.txt
diff --git a/LayoutTests/inspector/tracing/timeline-event-causes-expected.txt b/LayoutTests/inspector/tracing/timeline-event-causes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bb94ddd6205de5ec7b677d4ace91dcd85b72e769
--- /dev/null
+++ b/LayoutTests/inspector/tracing/timeline-event-causes-expected.txt
@@ -0,0 +1,16 @@
+Test that causes are correctly generated for various types of events.
+
+
+Running: testTimerInstall
+PASS - record contained Timer installed: setTimeoutFunction @ setTimeoutFunction.js:
+
+Running: testRequestAnimationFrame
+PASS - record contained Animation frame requested: requestAnimationFrameFunction @ requestAnimationFrameFunction.js:
+
+Running: testStyleRecalc
+PASS - record contained Stack when first invalidated: styleRecalcFunction @ styleRecalcFunction.js:
+
+Running: testLayout
+PASS - record contained Stack when layout was forced: layoutFunction @ layoutFunction.js:
+PASS - record contained First layout invalidation: layoutFunction @ layoutFunction.js:
+
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-event-causes.html ('k') | Source/devtools/front_end/timeline/TimelineFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698