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

Unified Diff: pkg/polymer/lib/elements/web-animations-js/test/testcases.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, 10 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: pkg/polymer/lib/elements/web-animations-js/test/testcases.js
diff --git a/pkg/polymer/lib/elements/web-animations-js/test/testcases.js b/pkg/polymer/lib/elements/web-animations-js/test/testcases.js
new file mode 100644
index 0000000000000000000000000000000000000000..8730c625c8534915f404bfe70e17c51d45f10cf3
--- /dev/null
+++ b/pkg/polymer/lib/elements/web-animations-js/test/testcases.js
@@ -0,0 +1,83 @@
+// This file is automatically generated by test/update-testcases.py.
+// Disable tests by adding them to test/disabled-testcases
+var tests = [
+ 'auto-test-box-shadow.html',
+ 'auto-test-calc.html',
+ 'auto-test-color.html',
+ 'auto-test-color-names.html',
+ 'auto-test-composite-transforms.html',
+ 'auto-test-compositor.html',
+ 'auto-test-delay.html',
+ 'auto-test-element-animate.html',
+ 'auto-test-fill-values.html',
+ 'auto-test-font-weight.html',
+ 'auto-test-initial.html',
+ 'auto-test-inline-style.html',
+ 'auto-test-inline-style-fallback.html',
+ 'auto-test-inline-style-methods.html',
+ 'auto-test-integer.html',
+ 'auto-test-iteration-start.html',
+ 'auto-test-iterations-alternate.html',
+ 'auto-test-iterations-alternate-holes.html',
+ 'auto-test-iterations-basic.html',
+ 'auto-test-iterations-fill.html',
+ 'auto-test-keyframe-creation.html',
+ 'auto-test-length-units.html',
+ 'auto-test-matrix-transforms.html',
+ 'auto-test-non-numeric.html',
+ 'auto-test-parent.html',
+ 'auto-test-partial-keyframes.html',
+ 'auto-test-path.html',
+ 'auto-test-pause.html',
+ 'auto-test-playback-rate.html',
+ 'auto-test-rectangle.html',
+ 'auto-test-reparent.html',
+ 'auto-test-seq-speed.html',
+ 'auto-test-shorthand.html',
+ 'auto-test-start-time.html',
+ 'auto-test-start-time-iterations.html',
+ 'auto-test-svg-anim.html',
+ 'auto-test-text-shadow.html',
+ 'auto-test-timing-functions.html',
+ 'auto-test-to-animation.html',
+ 'auto-test-transform-3d.html',
+ 'auto-test-transform-primitives.html',
+ 'auto-test-transform-units.html',
+ 'auto-test-visibility.html',
+ 'auto-test-wrapping-bug.html',
+ 'impl-test-from-css-value.html',
+ 'impl-test-paced-timing-function.html',
+ 'impl-test-player-sees-handlers.html',
+ 'impl-test-totimelinetime.html',
+ 'impl-unit-test-position-type.html',
+ 'test-addeventlistener.html',
+ 'test-bounds.html',
+ 'test-document-timeline.html',
+ 'test-dynamic-load.html',
+ 'test-events.html',
+ 'test-fill-auto.html',
+ 'test-getcurrent.html',
+ 'test-keyframe-animation-effect.html',
+ 'test-keyframe-composite-operation.html',
+ 'test-null-target.html',
+ 'test-pause-for-testing.html',
+ 'test-player.html',
+ 'test-player-cleanup.html',
+ 'test-pseudo-element-reference.html',
+ 'test-repeated-pause.html',
+ 'test-restart.html',
+ 'test-reversed-player-active-phase.html',
+ 'test-rotation-not-reversed.html',
+ 'test-update-state.html',
+ 'unit-test-clone.html',
+ 'unit-test-delay.html',
+ 'unit-test-dom-operations.html',
+ 'unit-test-duration.html',
+ 'unit-test-get-siblings.html',
+ 'unit-test-modify-timing-params.html',
+ 'unit-test-null-effect.html',
+ 'unit-test-set-parent.html',
+ 'unit-test-testharness.html',
+ 'unit-test-testharness-failure.html',
+ 'unit-test-unpause.html',
+];

Powered by Google App Engine
This is Rietveld 408576698