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

Side by Side Diff: bower_components/web-animations-js/test/testcases.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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 // This file is automatically generated by test/update-testcases.py.
2 // Disable tests by adding them to test/disabled-testcases
3 var tests = [
4 'auto-test-box-shadow.html',
5 'auto-test-calc.html',
6 'auto-test-circular-path.html',
7 'auto-test-color.html',
8 'auto-test-color-names.html',
9 'auto-test-composite-transforms.html',
10 'auto-test-compositor.html',
11 'auto-test-delay.html',
12 'auto-test-element-animate.html',
13 'auto-test-fill-values.html',
14 'auto-test-font-weight.html',
15 'auto-test-initial.html',
16 'auto-test-inline-style.html',
17 'auto-test-inline-style-fallback.html',
18 'auto-test-inline-style-methods.html',
19 'auto-test-integer.html',
20 'auto-test-iteration-start.html',
21 'auto-test-iterations-alternate.html',
22 'auto-test-iterations-alternate-holes.html',
23 'auto-test-iterations-basic.html',
24 'auto-test-iterations-fill.html',
25 'auto-test-keyframe-creation.html',
26 'auto-test-keyframe-easing.html',
27 'auto-test-length-units.html',
28 'auto-test-matrix-transforms.html',
29 'auto-test-motion-path.html',
30 'auto-test-non-numeric.html',
31 'auto-test-parent.html',
32 'auto-test-partial-keyframes.html',
33 'auto-test-path.html',
34 'auto-test-pause.html',
35 'auto-test-perspective.html',
36 'auto-test-perspective-origin.html',
37 'auto-test-playback-rate.html',
38 'auto-test-rectangle.html',
39 'auto-test-reparent.html',
40 'auto-test-seq-speed.html',
41 'auto-test-shorthand.html',
42 'auto-test-start-time.html',
43 'auto-test-start-time-iterations.html',
44 'auto-test-svg-anim.html',
45 'auto-test-svg-circle.html',
46 'auto-test-svg-color.html',
47 'auto-test-text-shadow.html',
48 'auto-test-timing-functions.html',
49 'auto-test-to-animation.html',
50 'auto-test-transform-3d.html',
51 'auto-test-transform-functions.html',
52 'auto-test-transform-origin.html',
53 'auto-test-transform-primitives.html',
54 'auto-test-transform-units.html',
55 'auto-test-visibility.html',
56 'auto-test-wrapping-bug.html',
57 'impl-test-deprecation.html',
58 'impl-test-from-css-value.html',
59 'impl-test-paced-timing-function.html',
60 'impl-test-totimelinetime.html',
61 'impl-unit-test-position-type.html',
62 'test-bounds.html',
63 'test-document-timeline.html',
64 'test-dynamic-load.html',
65 'test-fill-auto.html',
66 'test-getcurrent.html',
67 'test-keyframe-animation-effect.html',
68 'test-keyframe-composite-operation.html',
69 'test-null-target.html',
70 'test-pause-for-testing.html',
71 'test-player.html',
72 'test-player-addeventlistener.html',
73 'test-player-cleanup.html',
74 'test-player-finish-event.html',
75 'test-player-sort.html',
76 'test-pseudo-element-reference.html',
77 'test-repeated-pause.html',
78 'test-restart.html',
79 'test-reversed-player-active-phase.html',
80 'test-rotation-not-reversed.html',
81 'test-update-state.html',
82 'unit-test-clone.html',
83 'unit-test-delay.html',
84 'unit-test-dom-operations.html',
85 'unit-test-duration.html',
86 'unit-test-get-siblings.html',
87 'unit-test-modify-timing-params.html',
88 'unit-test-null-effect.html',
89 'unit-test-set-parent.html',
90 'unit-test-testharness.html',
91 'unit-test-testharness-failure.html',
92 'unit-test-unpause.html',
93 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698