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

Unified Diff: LayoutTests/inspector/tracing/timeline-animation-frame-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-animation-frame-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt b/LayoutTests/inspector/tracing/timeline-animation-frame-expected.txt
similarity index 90%
copy from LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt
copy to LayoutTests/inspector/tracing/timeline-animation-frame-expected.txt
index aacd68158f34908abceb81bea22c08c169638386..b00833522777abbe1d956b4061150809ee2ecc90 100644
--- a/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt
+++ b/LayoutTests/inspector/tracing/timeline-animation-frame-expected.txt
@@ -3,6 +3,7 @@ Tests the Timeline events for Animation Frame feature
RequestAnimationFrame Properties:
{
data : {
+ frame : <string>
id : <number>
}
endTime : <number>
@@ -16,6 +17,7 @@ FireAnimationFrame Properties:
{
children : <object>
data : {
+ frame : <string>
id : <number>
}
endTime : <number>
@@ -27,6 +29,7 @@ FireAnimationFrame Properties:
CancelAnimationFrame Properties:
{
data : {
+ frame : <string>
id : <number>
}
endTime : <number>
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-animation-frame.html ('k') | LayoutTests/inspector/tracing/timeline-auto-record.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698