Index: LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt |
diff --git a/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt b/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt |
deleted file mode 100644 |
index aacd68158f34908abceb81bea22c08c169638386..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/timeline/timeline-animation-frame-expected.txt |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-Tests the Timeline events for Animation Frame feature |
- |
-RequestAnimationFrame Properties: |
-{ |
- data : { |
- id : <number> |
- } |
- endTime : <number> |
- frameId : <string> |
- stackTrace : <object> |
- startTime : <number> |
- thread : <string> |
- type : "RequestAnimationFrame" |
-} |
-FireAnimationFrame Properties: |
-{ |
- children : <object> |
- data : { |
- id : <number> |
- } |
- endTime : <number> |
- frameId : <string> |
- startTime : <number> |
- thread : <string> |
- type : "FireAnimationFrame" |
-} |
-CancelAnimationFrame Properties: |
-{ |
- data : { |
- id : <number> |
- } |
- endTime : <number> |
- frameId : <string> |
- stackTrace : <object> |
- startTime : <number> |
- thread : <string> |
- type : "CancelAnimationFrame" |
-} |
- |