Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9f4bfe44faa6d954775b3925f960e20b95c6d7df |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animations-translate-rotate-scale-expected.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/translate-rotate-scale.js"></script> |
| +<script> |
| +runCompositedAnimationTestExpectations(translateRotateScaleTests); |
| +</script> |
| +</body> |
| +</html> |