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

Side by Side Diff: third_party/polymer/components/web-animations-js/test/testcases/auto-test-change-playback-rate-checks.js

Issue 592603004: Revert "Polymer elements added to third_party/polymer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 * 1000, function() {assert_styles('#a', {'left':'500px'})}, "Autogener ated");
13 at(11.0 * 1000, function() {assert_styles('#a', {'left':'450px'})}, "Autogener ated");
14 at(12.0 * 1000, function() {assert_styles('#a', {'left':'400px'})}, "Autogener ated");
15 at(13.0 * 1000, function() {assert_styles('#a', {'left':'350px'})}, "Autogener ated");
16 at(14.0 * 1000, function() {assert_styles('#a', {'left':'300px'})}, "Autogener ated");
17 at(15.0 * 1000, function() {assert_styles('#a', {'left':'250px'})}, "Autogener ated");
18 at(16.0 * 1000, function() {assert_styles('#a', {'left':'200px'})}, "Autogener ated");
19 at(17.0 * 1000, function() {assert_styles('#a', {'left':'150px'})}, "Autogener ated");
20 at(18.0 * 1000, function() {assert_styles('#a', {'left':'100px'})}, "Autogener ated");
21 at(19.0 * 1000, function() {assert_styles('#a', {'left':'50px'})}, "Autogenera ted");
22 at(20.0 * 1000, function() {assert_styles('#a', {'left':'0px'})}, "Autogenerat ed");
23 }, "Autogenerated checks.");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698