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

Side by Side Diff: pkg/polymer/lib/elements/web-animations-js/test/testcases/auto-test-change-playback-rate-checks.js

Issue 175443005: [polymer] import all elements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated from bower Created 6 years, 9 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
(Empty)
1 timing_test(function() {
2 at( 0.0, function() {assert_styles('#a', {'left':'0px'})}, "Autogenerated test at t= 0.0");
3 at( 1.0, function() {assert_styles('#a', {'left':'50px'})}, "Autogenerated tes t at t= 1.0");
4 at( 2.0, function() {assert_styles('#a', {'left':'100px'})}, "Autogenerated te st at t= 2.0");
5 at( 3.0, function() {assert_styles('#a', {'left':'150px'})}, "Autogenerated te st at t= 3.0");
6 at( 4.0, function() {assert_styles('#a', {'left':'200px'})}, "Autogenerated te st at t= 4.0");
7 at( 5.0, function() {assert_styles('#a', {'left':'250px'})}, "Autogenerated te st at t= 5.0");
8 at( 6.0, function() {assert_styles('#a', {'left':'300px'})}, "Autogenerated te st at t= 6.0");
9 at( 7.0, function() {assert_styles('#a', {'left':'350px'})}, "Autogenerated te st at t= 7.0");
10 at( 8.0, function() {assert_styles('#a', {'left':'400px'})}, "Autogenerated te st at t= 8.0");
11 at( 9.0, function() {assert_styles('#a', {'left':'450px'})}, "Autogenerated te st at t= 9.0");
12 at(10.0, function() {assert_styles('#a', {'left':'500px'})}, "Autogenerated");
13 at(11.0, function() {assert_styles('#a', {'left':'450px'})}, "Autogenerated");
14 at(12.0, function() {assert_styles('#a', {'left':'400px'})}, "Autogenerated");
15 at(13.0, function() {assert_styles('#a', {'left':'350px'})}, "Autogenerated");
16 at(14.0, function() {assert_styles('#a', {'left':'300px'})}, "Autogenerated");
17 at(15.0, function() {assert_styles('#a', {'left':'250px'})}, "Autogenerated");
18 at(16.0, function() {assert_styles('#a', {'left':'200px'})}, "Autogenerated");
19 at(17.0, function() {assert_styles('#a', {'left':'150px'})}, "Autogenerated");
20 at(18.0, function() {assert_styles('#a', {'left':'100px'})}, "Autogenerated");
21 at(19.0, function() {assert_styles('#a', {'left':'50px'})}, "Autogenerated");
22 at(20.0, function() {assert_styles('#a', {'left':'0px'})}, "Autogenerated");
23 }, "Autogenerated checks.");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698