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

Unified Diff: third_party/polymer/components/web-animations-js/test/testcases/auto-test-timing-functions-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, 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
Index: third_party/polymer/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js
diff --git a/third_party/polymer/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js b/third_party/polymer/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js
deleted file mode 100644
index f292bc3f60c47fc4d16f24e178c7b515dbfc53ec..0000000000000000000000000000000000000000
--- a/third_party/polymer/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js
+++ /dev/null
@@ -1,89 +0,0 @@
-timing_test(function() {
- at(0 * 1000, function() {
- assert_styles('.anim', {'left':'0px'});
- }, "Autogenerated");
- at(0.4 * 1000, function() {
- assert_styles('.anim', {'left':'0px'});
- }, "Autogenerated");
- at(0.8 * 1000, function() {
- assert_styles('.anim', {'left':'0px'});
- }, "Autogenerated");
- at(1.2000000000000002 * 1000, function() {
- assert_styles(
- '.anim',
- [{'left':'20px'},
- {'left':'3.41483736038208px'},
- {'left':'32.11287307739258px'},
- {'left':'40.48971939086914px'},
- {'left':'66.66666412353516px'},
- {'left':'0px'},
- {'left':'0px'},
- {'left':'-48.27153778076172px'},
- {'left':'200px'},
- {'left':'0px'},
- {'left':'0px'}]);
- }, "Autogenerated");
- at(1.6 * 1000, function() {
- assert_styles(
- '.anim',
- [{'left':'60px'},
- {'left':'25.923603057861328px'},
- {'left':'89.03398132324219px'},
- {'left':'88.9017333984375px'},
- {'left':'66.66666412353516px'},
- {'left':'66.66666412353516px'},
- {'left':'0px'},
- {'left':'-51.93635177612305px'},
- {'left':'200px'},
- {'left':'0px'},
- {'left':'0px'}]);
- }, "Autogenerated");
- at(2 * 1000, function() {
- assert_styles(
- '.anim',
- [{'left':'100px'},
- {'left':'63.07688522338867px'},
- {'left':'136.92311096191406px'},
- {'left':'129.63328552246094px'},
- {'left':'133.3333282470703px'},
- {'left':'133.3333282470703px'},
- {'left':'66.66666412353516px'},
- {'left':'100px'},
- {'left':'200px'},
- {'left':'200px'},
- {'left':'0px'}]);
- }, "Autogenerated");
- at(2.4 * 1000, function() {
- assert_styles(
- '.anim',
- [{'left':'140px'},
- {'left':'110.96601867675781px'},
- {'left':'174.07640075683594px'},
- {'left':'165.04061889648438px'},
- {'left':'200px'},
- {'left':'133.3333282470703px'},
- {'left':'133.3333282470703px'},
- {'left':'251.9363555908203px'},
- {'left':'200px'},
- {'left':'200px'},
- {'left':'0px'}]);
- }, "Autogenerated");
- at(2.8 * 1000, function() {
- assert_styles(
- '.anim',
- [{'left':'180px'},
- {'left':'167.8871307373047px'},
- {'left':'196.5851593017578px'},
- {'left':'193.0833740234375px'},
- {'left':'200px'},
- {'left':'200px'},
- {'left':'133.3333282470703px'},
- {'left':'248.27154541015625px'},
- {'left':'200px'},
- {'left':'200px'},
- {'left':'0px'}]);
- }, "Autogenerated");
- at(3.1999999999999997 * 1000, function() {
- assert_styles('.anim', {'left':'200px'});
- }, "Autogenerated");
-}, "Autogenerated checks.");

Powered by Google App Engine
This is Rietveld 408576698