Index: LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html |
diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5426c10eaa3e9a5861a235036a4e07efcc628c5b |
--- /dev/null |
+++ b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees-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/rotate-zero-degrees.js"></script> |
+<script> |
+var test = new CompositedAnimationTestExpected(); |
+test.registerTestsData(rotateZeroDegreesTests); |
+test.run(); |
+</script> |
+</body> |
+</html> |