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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-gc-event-expected.txt

Issue 461323003: DevTools: Make Timeline tests use only model records (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests the Timeline API instrumentation of a gc event 1 Tests the Timeline API instrumentation of a gc event
2 2
3 The expected GC event record 3 SUCCESS: Found expected GC event record
4 {
5 data : {
6 }
7 endTime : <number>
8 startTime : <number>
9 type : "GCEvent"
10 }
11 4
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698