Chromium Code Reviews| 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/rotate-sca le.js"></script> | |
| 6 <script> | |
| 7 var test = new CompositedAnimationTest(false); | |
|
Ian Vollick
2015/08/05 13:58:46
boolean parameter is super-confusing, especially s
dstockwell
2015/08/06 00:23:19
+1 on the boolean param
We also seem to always ca
loyso (OOO)
2015/08/06 07:03:33
Sure, I'll make it named. CompositedAnimationTest
loyso (OOO)
2015/09/14 06:19:07
Done.
| |
| 8 test.registerTestsData(rotateScaleTests); | |
| 9 test.run(); | |
| 10 </script> | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |