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

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/blink/simple-keyframes.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="testharness/testharness.js"></script> 2 <script src="testharness/testharness.js"></script>
3 <script src="testharness/testharnessreport.js"></script> 3 <script src="testharness/testharnessreport.js"></script>
4 <script src="resources/keyframes-test.js"></script> 4 <script src="resources/keyframes-test.js"></script>
5 <script> 5 <script>
6 test(function() { 6 test(function() {
7 assertAnimationStyles([ 7 assertAnimationStyles([
8 {opacity: '0.25', left: '25px'}, 8 {opacity: '0.25', left: '25px'},
9 {opacity: '0.75', left: '75px'}, 9 {opacity: '0.75', left: '75px'},
10 ], { 10 ], {
(...skipping 25 matching lines...) Expand all
36 help: 'http://dev.w3.org/fxtf/web-animations/#keyframe-animation-effects', 36 help: 'http://dev.w3.org/fxtf/web-animations/#keyframe-animation-effects',
37 assert: [ 37 assert: [
38 'element.animate() should start an animation when three keyframes', 38 'element.animate() should start an animation when three keyframes',
39 'are provided with matching properties and no offsets specified.', 39 'are provided with matching properties and no offsets specified.',
40 'The keyframes must maintain their ordering and get distributed', 40 'The keyframes must maintain their ordering and get distributed',
41 'correctly.', 41 'correctly.',
42 ], 42 ],
43 author: 'Alan Cutter', 43 author: 'Alan Cutter',
44 }); 44 });
45 </script> 45 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698