Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html |
| diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5921dc29ed4859d2b271e6ce74b93a4361bfc40b |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-rotate-zero-degrees.html |
| @@ -0,0 +1,10 @@ |
| +<!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> |
| +runCompositedAnimationTests(rotateZeroDegreesTests); |
| +</script> |
| +</body> |
| +</html> |