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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-event-causes-expected.txt

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 4 years, 10 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
OLDNEW
1 Test that causes are correctly generated for various types of events. 1 Test that causes are correctly generated for various types of events.
2 2
3 3
4 Running: testTimerInstall 4 Running: testTimerInstall
5 PASS - record contained Timer InstalledsetTimeoutFunction @ setTimeoutFunction.j s: 5 PASS - record contained Timer Installed
6 PASS - record contained setTimeoutFunction @ setTimeoutFunction.js:
6 7
7 Running: testRequestAnimationFrame 8 Running: testRequestAnimationFrame
8 PASS - record contained Animation Frame RequestedrequestAnimationFrameFunction @ requestAnimationFrameFunction.js: 9 PASS - record contained Animation Frame Requested
10 PASS - record contained requestAnimationFrameFunction @ requestAnimationFrameFun ction.js:
9 11
10 Running: testStyleRecalc 12 Running: testStyleRecalc
11 PASS - record contained First InvalidatedstyleRecalcFunction @ styleRecalcFuncti on.js: 13 PASS - record contained First Invalidated
14 PASS - record contained styleRecalcFunction @ styleRecalcFunction.js:
12 15
13 Running: testLayout 16 Running: testLayout
14 PASS - record contained Layout ForcedlayoutFunction @ layoutFunction.js: 17 PASS - record contained Layout Forced
15 PASS - record contained First Layout InvalidationlayoutFunction @ layoutFunction .js: 18 PASS - record contained layoutFunction @ layoutFunction.js:
19 PASS - record contained First Layout Invalidation
20 PASS - record contained layoutFunction @ layoutFunction.js:
16 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698