Index: LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html |
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html b/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..13f276f3d06eca861e0b26011d0f02043d1e7aff |
--- /dev/null |
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-translate-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/translate-rotate-scale.js"></script> |
+<script> |
+var test = new CompositedAnimationTest(); |
+test.registerTestsData(translateRotateScaleTests); |
+test.run(); |
+</script> |
+</body> |
+</html> |