Index: LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale.html |
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale.html b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..871639d9f514e87e0ba0d3238e5f27ac0d3da768 |
--- /dev/null |
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-scale.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<script src="../../../animations/resources/composited-animation-test.js"></script> |
+<script src="../../../animations/resources/composited-animations-data/rotate-scale.js"></script> |
+<script> |
+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.
|
+test.registerTestsData(rotateScaleTests); |
+test.run(); |
+</script> |
+</body> |
+</html> |