| Index: LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html
|
| diff --git a/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..12b584c85c547a7323959b265c488cfa1aee051a
|
| --- /dev/null
|
| +++ b/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.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 CompositedAnimationTest();
|
| +test.registerTestsData(rotateZeroDegreesTests);
|
| +test.run();
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|