Index: LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html |
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html b/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2238b7d328e8b15e8911cbf39f65a05c42dc1b65 |
--- /dev/null |
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.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 CompositedAnimationTestExpected(); |
+test.registerTestsData(translateRotateScaleTests); |
+test.run(); |
+</script> |
+</body> |
+</html> |