OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <body> | |
4 <script src="../../../animations/resources/composited-animation-test.js"></scrip t> | |
5 <script src="../../../animations/resources/composited-animations-data/timing-fun ction.js"></script> | |
6 <script> | |
7 var test = new CompositedAnimationTest(); | |
8 test.registerTestsData(timingFunctionTests); | |
9 test.run(); | |
10 </script> | |
11 </body> | |
12 </html> | |
OLD | NEW |