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

Unified Diff: tracing/tracing/extras/chrome/cc/animation_test.html

Issue 1338633004: Animation AsyncSlice collects associatedEvents (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « tracing/tracing/extras/chrome/cc/animation.html ('k') | tracing/tracing/extras/chrome/cc/cc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/chrome/cc/animation_test.html
diff --git a/tracing/tracing/model/event_test.html b/tracing/tracing/extras/chrome/cc/animation_test.html
similarity index 54%
copy from tracing/tracing/model/event_test.html
copy to tracing/tracing/extras/chrome/cc/animation_test.html
index a855c3096ab4282fd48fc051eaee0ce74cc6f894..fd0af03328561f7cb7733d975398fbdd75d0a479 100644
--- a/tracing/tracing/model/event_test.html
+++ b/tracing/tracing/extras/chrome/cc/animation_test.html
@@ -5,18 +5,17 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
+<link rel="import" href="/tracing/extras/chrome/cc/animation.html">
<link rel="import" href="/tracing/core/test_utils.html">
-<link rel="import" href="/tracing/model/event.html">
+<link rel="import" href="/tracing/model/event_set.html">
+<link rel="import" href="/tracing/model/model.html">
+<link rel="import" href="/tracing/model/model_indices.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
- var Event = tr.model.Event;
-
- test('checkModelItem', function() {
- var event = new Event;
- assert.equal(event.modelItem, event);
+ test('animation', function() {
});
});
</script>
« no previous file with comments | « tracing/tracing/extras/chrome/cc/animation.html ('k') | tracing/tracing/extras/chrome/cc/cc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698