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

Unified Diff: third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 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: third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
diff --git a/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html b/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
index aabe24da002a136fa19dc363aaab95ecbbeaee71..3f873b53734a01214234f461d8b1b268a00434b6 100644
--- a/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
+++ b/third_party/polymer/components/neon-animation/test/neon-animated-pages-lazy.html
@@ -60,9 +60,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
assert.equal(event.detail.toPage, pages[1]);
assert.isTrue(animatedPages._completeAnimations.calledTwice);
var a$ = animatedPages._completeAnimations.getCall(1).args[0];
- assert.isTrue(a$[0].animation.isNeonAnimation, 'default animation is not a registered animation');
- assert.isTrue(a$[1].animation.isNeonAnimation, 'entry animation is not a registered animation');
- assert.isTrue(a$[2].animation.isNeonAnimation, 'exit animation is not a registered animation');
+ assert.isTrue(a$[0].animation.isNeonAnimation, 'entry animation is not a registered animation');
+ assert.isTrue(a$[1].animation.isNeonAnimation, 'exit animation is not a registered animation');
done();
});
animatedPages.selected = 0;

Powered by Google App Engine
This is Rietveld 408576698